/*For The Home Page Review Section Design*/

/*Home Review 7 Style Starts*/
.HOMEREVIEW-7 {
    padding: 80px 0;
    font-family: 'Arimo', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
}

.HOMEREVIEW-7>.container {
    position: relative;
    z-index: 2;
}

.HOMEREVIEW-7:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.HOMEREVIEW-7 .review_star {
    padding: 5px 0;
}

.HOMEREVIEW-7 .review_star svg {
    width: 20px;
}

.HOMEREVIEW-7 .review_star svg path {
    fill: #f2cd00;
}

.HOMEREVIEW-7 .review_text {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding: 30px 10% 15px;
}

.HOMEREVIEW-7 .review_name {
    font-size: 16px;
    color: #f2cd00;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.HOMEREVIEW-7 .review_title {
    font-size: 24px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
}


@media only screen and (max-width:767px) {
    .HOMEREVIEW-7 {
        padding: 20px 0;
    }

    .HOMEREVIEW-7 .section-heading {
        font-size: 40px;
    }

    .HOMEREVIEW-7 .form-inline .form-control {
        width: 100%;
    }
}

/******END********/

/*******==============================****/

/*REVIEW 1 Area Starts*/
.REVIEW-1 {
    background: #f5f6f8;
    font-family: 'Roboto', sans-serif;
    padding: 100px 0 70px;
}

.REVIEW-1 .section-heading {
    font-size: 36px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0 0 15px;
    text-align: center;
}

.REVIEW-1 .section-text {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 0;
    padding: 0 0 50px;
    text-align: center;
}

.REVIEW-1 .review_box {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    border-radius: 3px;
}

.REVIEW-1 .review_star {
    padding: 15px 0;
}

.REVIEW-1 .review_star svg {
    width: 20px;
}

.REVIEW-1 .review_star svg path {
    fill: #990061;
}

.REVIEW-1 .review_text {
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.REVIEW-1 .review_name {
    font-size: 16px;
    color: #990061;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px;
}

.REVIEW-1 .review_title {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    margin: 0;
}

.REVIEW-1 .more {
    font-weight: 600;
    color: #333;
}

/*Modal*/
.review_1_cs_modal .modal-header {
    border: none;
}

.review_1_cs_modal .modal-content {
    border-radius: 15px;
    padding: 20px;
    border: 4px #333 solid;
}

.review_1_cs_modal .close_icon {
    position: absolute;
    cursor: pointer;
    right: -16px;
    top: -16px;
    font-size: 18px;
    width: 30px;
    color: #333;
    text-align: center;
    border: 2px #333 solid;
    padding: 1px 0 0;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

.review_1_cs_modal .apply_bttn {
    background: #990061;
    padding: 8px 30px;
    border: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 5px;
}

.review_1_cs_modal .apply_bttn:hover,
.review_1_cs_modal .apply_bttn:focus {
    background: #570037;
    text-decoration: none;
}

.review_1_cs_modal .error {
    color: #F00;
    font-size: 14px;
}

.review_1_cs_modal .review_text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

/*Modal End*/
@media only screen and (max-width:767px) {}

/********************END***********************/

/*REVIEW 2 Area Starts*/
.REVIEW-2 {
    background: #f5f6f8;
    font-family: 'Roboto', sans-serif;
    padding: 100px 0;
}

.REVIEW-2 .section-heading {
    font-size: 36px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0 0 15px;
    text-align: center;
}

.REVIEW-2 .section-text {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 0;
    padding: 0 0 50px;
    text-align: center;
}

.REVIEW-2 .review_box {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}

.REVIEW-2 .review_date {
    background: #d94602;
    text-align: center;
    width: 100%;
    position: relative;
    height: 234px;
}

.REVIEW-2 .review_date p {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 30px;
}

.REVIEW-2 .review_date p span {
    font-weight: 400;
    font-size: 30px;
    display: block;
    text-transform: uppercase;
    border-top: 2px #fff solid;
    border-bottom: 2px #fff solid;
    padding: 10px 0;
    margin: 10px 0;
}

.REVIEW-2 .review_star {
    padding: 0;
}

.REVIEW-2 .review_star svg {
    width: 15px;
}

.REVIEW-2 .review_star svg path {
    fill: #d94602;
}

.REVIEW-2 .review_text {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.REVIEW-2 .review_name {
    font-size: 16px;
    color: #d94602;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px;
}

.REVIEW-2 .review_title {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin: 0;
}

.REVIEW-2 .more {
    font-weight: 600;
    color: #333;
}

.REVIEW-2 .review_text_area {
    padding: 15px;
    min-height: 234px;
    position: relative;
    border: 1px #f9f9f9 solid;
}

.REVIEW-2 .arrow_top:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.REVIEW-2 .arrow_bottom:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
    z-index: 9;
}

/*Modal*/
.review_2_cs_modal .modal-header {
    border: none;
}

.review_2_cs_modal .modal-content {
    border-radius: 15px;
    padding: 20px;
    border: 4px #333 solid;
}

.review_2_cs_modal .close_icon {
    position: absolute;
    cursor: pointer;
    right: -16px;
    top: -16px;
    font-size: 18px;
    width: 30px;
    color: #333;
    text-align: center;
    border: 2px #333 solid;
    padding: 1px 0 0;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

.review_2_cs_modal .apply_bttn {
    background: #990061;
    padding: 8px 30px;
    border: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 5px;
}

.review_2_cs_modal .apply_bttn:hover,
.review_2_cs_modal .apply_bttn:focus {
    background: #570037;
    text-decoration: none;
}

.review_2_cs_modal .error {
    color: #F00;
    font-size: 14px;
}

.review_2_cs_modal .review_text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

/*Modal End*/
@media only screen and (max-width:767px) {}

/********************END***********************/

/*REVIEW 3 Area Starts*/
.REVIEW-3 {
    font-family: 'Roboto', sans-serif;
    padding: 100px 0 50px;
}

.REVIEW-3 .section-heading {
    font-size: 36px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0 0 60px;
    text-align: center;
}

.REVIEW-3 .section-text {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 0;
    padding: 0 0 50px;
    text-align: center;
}

.REVIEW-3 .review_box {
    background: #fff;
    border: 1px #fad500 solid;
    padding: 30px;
    margin: 45px 0;
    min-height: 282px;
}

.REVIEW-3 .review_date {
    background: #fad500;
    text-align: center;
    margin-top: -90px;
    width: 130px;
    position: relative;
    height: 130px;
    border-radius: 50%;
}

.REVIEW-3 .review_date p {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 16px;
}

.REVIEW-3 .review_date p span {
    font-weight: 400;
    font-size: 22px;
    display: block;
    text-transform: uppercase;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    padding: 5px 0;
    margin: 5px 0;
}

.REVIEW-3 .review_star {
    padding: 0 0 5px;
}

.REVIEW-3 .review_star svg {
    width: 15px;
}

.REVIEW-3 .review_star svg path {
    fill: #c7aa00;
}

.REVIEW-3 .review_text {
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.REVIEW-3 .review_name {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px;
}

.REVIEW-3 .review_title {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 15px 0 5px;
}

.REVIEW-3 .more {
    font-weight: 600;
    color: #333;
}

/*Modal*/
.review_3_cs_modal .modal-header {
    border: none;
}

.review_3_cs_modal .modal-content {
    border-radius: 15px;
    padding: 20px;
    border: 4px #333 solid;
}

.review_3_cs_modal .close_icon {
    position: absolute;
    cursor: pointer;
    right: -16px;
    top: -16px;
    font-size: 18px;
    width: 30px;
    color: #333;
    text-align: center;
    border: 2px #333 solid;
    padding: 1px 0 0;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

.review_3_cs_modal .apply_bttn {
    background: #990061;
    padding: 8px 30px;
    border: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 5px;
}

.review_3_cs_modal .apply_bttn:hover,
.review_3_cs_modal .apply_bttn:focus {
    background: #570037;
    text-decoration: none;
}

.review_3_cs_modal .error {
    color: #F00;
    font-size: 14px;
}

.review_3_cs_modal .review_text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

/*Modal End*/
@media only screen and (max-width:767px) {
    .REVIEW-3 .review_box {
        margin: 80px 0;
    }
}

/********************END***********************/


/*REVIEW 4 Area Starts*/
.REVIEW-4 {
    font-family: 'Roboto', sans-serif;
    padding: 0 0 50px;
}

.REVIEW-4 .section_heading_area {
    padding: 50px 0;
    background: #ffe105;
    margin-bottom: 80px;
}

.REVIEW-4 .section-heading {
    font-size: 36px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0 0 15px;
    text-align: center;
}

.REVIEW-4 .section-text {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
}

.REVIEW-4 .review_box {
    background: #fff;
    border: 5px #ffe105 solid;
    border-radius: 10px;
    padding: 0;
    margin: 0 0 30px;
    min-height: 270px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.REVIEW-4 .review_star {
    padding: 15px 0;
}

.REVIEW-4 .review_star svg {
    width: 15px;
}

.REVIEW-4 .review_star svg path {
    fill: #c7aa00;
}

.REVIEW-4 .review_text {
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.REVIEW-4 .review_name {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px;
}

.REVIEW-4 .review_title {
    font-size: 18px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.REVIEW-4 .review_date {
    font-size: 14px;
    color: #222;
    margin: 0;
    padding: 0;
}

.REVIEW-4 .more {
    font-weight: 600;
    color: #333;
}

.REVIEW-4 .review_text_area {
    padding: 15px;
    position: relative;
}

/*Modal*/
.review_4_cs_modal .modal-header {
    border: none;
}

.review_4_cs_modal .modal-content {
    border-radius: 15px;
    padding: 20px;
    border: 4px #333 solid;
}

.review_4_cs_modal .close_icon {
    position: absolute;
    cursor: pointer;
    right: -16px;
    top: -16px;
    font-size: 18px;
    width: 30px;
    color: #333;
    text-align: center;
    border: 2px #333 solid;
    padding: 1px 0 0;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

.review_4_cs_modal .apply_bttn {
    background: #990061;
    padding: 8px 30px;
    border: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 5px;
}

.review_4_cs_modal .apply_bttn:hover,
.review_4_cs_modal .apply_bttn:focus {
    background: #570037;
    text-decoration: none;
}

.review_4_cs_modal .error {
    color: #F00;
    font-size: 14px;
}

.review_4_cs_modal .review_text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

/*Modal End*/
@media only screen and (max-width:767px) {}

/********************END***********************/


/*REVIEW 5 Area Starts*/
.REVIEW-5 {
    font-family: 'Raleway', sans-serif;
    padding: 80px 0 50px;
}

.REVIEW-5 .section_heading_area {
    padding: 50px 0;
    background: #ffe105;
    margin-bottom: 80px;
}

.REVIEW-5 .section-heading {
    font-size: 50px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0 0 15px;
}

.REVIEW-5 .section-text {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 0;
    padding: 0 0 50px;
}

.REVIEW-5 .review_col {
    margin-bottom: 30px;
}

.REVIEW-5 .review_box {
    background: #fff;
    display: table;
    width: 100%;
    height: 100%;
    border: 5px #02b4a2 solid;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.REVIEW-5 .review_date {
    background: #02b4a2;
    display: table-cell;
    text-align: center;
    width: 130px;
    position: relative;
}

.REVIEW-5 .review_date p {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 16px;
}

.REVIEW-5 .review_date p span {
    font-weight: 400;
    font-size: 22px;
    display: block;
    text-transform: uppercase;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    padding: 10px 0;
    margin: 10px 0;
}

.REVIEW-5 .review_star {
    padding: 15px 0;
}

.REVIEW-5 .review_star svg {
    width: 15px;
}

.REVIEW-5 .review_star svg path {
    fill: #02b4a2;
}

.REVIEW-5 .review_text {
    font-size: 15px;
    color: #666;
    line-height: 20px;
    word-break: break-all;
}

.REVIEW-5 .review_name {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.REVIEW-5 .review_title {
    font-size: 18px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.REVIEW-5 .review_date {
    font-size: 14px;
    color: #222;
    margin: 0;
    padding: 0;
}

.REVIEW-5 .more {
    font-weight: 600;
    color: #333;
}

.REVIEW-5 .review_text_area {
    padding: 15px;
    position: relative;
    display: table-cell;
    width: calc(100% - 130px);
}

.REVIEW-5 .reviewHead {
    position: relative;
}

.REVIEW-5 .reviewHead .sortBy {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.REVIEW-5 .reviewHead select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #ffffff url(../../images/select-arrow-black.png) no-repeat top 50% right 5px !important;
    padding: 5px 15px 5px 5px;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.REVIEW-5 .reviewHead .form-btn-part {
    display: inline-block;
    vertical-align: middle;
}

/*Modal*/
.review_5_cs_modal .modal-header {
    border: none;
}

.review_5_cs_modal .modal-content {
    border-radius: 15px;
    padding: 20px;
    border: 4px #333 solid;
}

.review_5_cs_modal .close_icon {
    position: absolute;
    cursor: pointer;
    right: -16px;
    top: -16px;
    font-size: 18px;
    width: 30px;
    color: #333;
    text-align: center;
    border: 2px #333 solid;
    padding: 1px 0 0;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

.review_5_cs_modal .apply_bttn {
    background: #990061;
    padding: 8px 30px;
    border: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 5px;
}

.review_5_cs_modal .apply_bttn:hover,
.review_5_cs_modal .apply_bttn:focus {
    background: #570037;
    text-decoration: none;
}

.review_5_cs_modal .error {
    color: #F00;
    font-size: 14px;
}

.review_5_cs_modal .review_text {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

/*Modal End*/

@media only screen and (max-width:767px) {
    .REVIEW-5 .section-heading {
        font-size: 30px;
    }
}

@media only screen and (max-width:639px) {
    .REVIEW-5 .reviewHead .sortBy {
        width: 100%;
        position: static;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:360px) {
    .REVIEW-5 .review_box {
        display: block;
    }

    .REVIEW-5 .review_date {
        display: block;
        width: 100%;
        padding: 10px;
    }

    .REVIEW-5 .review_date p {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .REVIEW-5 .review_text_area {
        display: block;
        width: 100%;
        text-align: center;
    }
}

/********************END***********************/

/*REVIEW 6 Area Starts*/
.REVIEW-6 {
    font-family: 'Arimo', sans-serif;
    padding: 80px 0 50px;
}

.REVIEW-6 .section_heading_area {
    padding: 50px 0;
    background: #ffe105;
    margin-bottom: 80px;
}

.REVIEW-6 .section-heading {
    font-size: 36px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0 0 15px;
}

.REVIEW-6 .section-text {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 0;
    padding: 0 0 50px;
}

.REVIEW-6 .review_box {
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 0;
    margin: 0 0 30px;
}

.REVIEW-6 .review_date {
    background: #2f2013;
    float: left;
    text-align: center;
    width: 130px;
    position: relative;
    height: 130px;
    border-radius: 3px;
}

.REVIEW-6 .review_date p {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 16px;
}

.REVIEW-6 .review_date p span {
    font-weight: 400;
    font-size: 22px;
    display: block;
    text-transform: uppercase;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    padding: 10px 0;
    margin: 10px 0;
}

.REVIEW-6 .review_star {
    padding: 5px 0;
}

.REVIEW-6 .review_star svg {
    width: 15px;
}

.REVIEW-6 .review_star svg path {
    fill: #2f2013;
}

.REVIEW-6 .review_text {
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.REVIEW-6 .review_name {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.REVIEW-6 .review_title {
    font-size: 18px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.REVIEW-6 .more {
    font-weight: 600;
    color: #333;
}

.REVIEW-6 .review_text_area {
    padding: 0 30px;
    position: relative;
    float: left;
    width: calc(100% - 130px);
}

/*Modal*/
.review_6_cs_modal .modal-header {
    border: none;
}

.review_6_cs_modal .modal-content {
    border-radius: 15px;
    padding: 20px;
    border: 4px #333 solid;
}

.review_6_cs_modal .close_icon {
    position: absolute;
    cursor: pointer;
    right: -16px;
    top: -16px;
    font-size: 18px;
    width: 30px;
    color: #333;
    text-align: center;
    border: 2px #333 solid;
    padding: 1px 0 0;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

.review_6_cs_modal .apply_bttn {
    background: #990061;
    padding: 8px 30px;
    border: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 5px;
}

.review_6_cs_modal .apply_bttn:hover,
.review_6_cs_modal .apply_bttn:focus {
    background: #570037;
    text-decoration: none;
}

.review_6_cs_modal .error {
    color: #F00;
    font-size: 14px;
}

.review_6_cs_modal .review_text {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

/*Modal End*/
@media only screen and (max-width:767px) {
    .REVIEW-6 .review_box {
        display: block;
    }

    .REVIEW-6 .review_date {
        display: block;
        width: 100%;
    }

    .REVIEW-6 .review_text_area {
        display: block;
        width: 100%;
    }
}

/********************END***********************/


/*REVIEW 7 Area Starts*/
.REVIEW-7 {
    font-family: 'Arimo', sans-serif;
    padding: 80px 0 50px;
}

.REVIEW-7 .section_heading_area {
    padding: 50px 0;
    background: #ffe105;
    margin-bottom: 80px;
}

.REVIEW-7 .section-heading {
    font-size: 36px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0 0 15px;
}

.REVIEW-7 .section-text {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 0;
    padding: 0 0 50px;
}

.REVIEW-7 .review_box {
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    margin: 0 0 30px;
    border: 1px #222 solid;
}

.REVIEW-7 .review_date {
    background: none;
    border: 1px #222 solid;
    width: 130px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    position: relative;
    height: 130px;
}

.REVIEW-7 .review_date p {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 16px;
}

.REVIEW-7 .review_date p span {
    font-weight: 400;
    font-size: 22px;
    display: block;
    text-transform: uppercase;
    border-top: 1px #222 solid;
    border-bottom: 1px #222 solid;
    padding: 10px 0;
    margin: 10px 0;
}

.REVIEW-7 .review_star {
    padding: 5px 0;
}

.REVIEW-7 .review_star svg {
    width: 15px;
}

.REVIEW-7 .review_star svg path {
    fill: #f2ad25;
}

.REVIEW-7 .review_text {
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.REVIEW-7 .review_name {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.REVIEW-7 .review_title {
    font-size: 18px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.REVIEW-7 .more {
    font-weight: 600;
    color: #333;
}

.REVIEW-7 .review_text_area {
    padding: 15px 0 0;
    position: relative;
    width: 100%;
    text-align: center;
}

/*Modal*/
.review_7_cs_modal .modal-header {
    border: none;
}

.review_7_cs_modal .modal-content {
    border-radius: 15px;
    padding: 20px;
    border: 4px #333 solid;
}

.review_7_cs_modal .close_icon {
    position: absolute;
    cursor: pointer;
    right: -16px;
    top: -16px;
    font-size: 18px;
    width: 30px;
    color: #333;
    text-align: center;
    border: 2px #333 solid;
    padding: 1px 0 0;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}

.review_7_cs_modal .apply_bttn {
    background: #990061;
    padding: 8px 30px;
    border: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 5px;
}

.review_7_cs_modal .apply_bttn:hover,
.review_7_cs_modal .apply_bttn:focus {
    background: #570037;
    text-decoration: none;
}

.review_7_cs_modal .error {
    color: #F00;
    font-size: 14px;
}

.review_7_cs_modal .review_text {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

/*Modal End*/
@media only screen and (max-width:767px) {
    .REVIEW-7 .review_box {
        display: block;
    }

    .REVIEW-7 .review_date {
        display: block;
        width: 100%;
    }

    .REVIEW-7 .review_text_area {
        display: block;
        width: 100%;
    }
}

/********************END***********************/