.write_review h1 {
    font-size: 30px;
    color: #000;
    font-family: 'Poppins-medium';
    margin-bottom: 32px;
    margin-left: -40px;
}
.write_review h1 img {
    width: 30px;
}
.write_review label {
    font-family: 'Poppins-medium';
}
.box_general.write_review {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f4f4f4;
    padding-bottom: 25px
}

.box_general.write_review h1 {
    font-size: 28px;
    font-size: 1.75rem
}

.rating {
    display: inline-block;
    position: relative
}

.rating-input {
    display: none
}

.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover~.rating-star,
.rating-input:checked~.rating-star {
    background-position: 0 0
}

.rating-star,
.rating:hover .rating-star {
    cursor: pointer;
    /* float: right; */
    display: block;
    margin-right: 3px;
    width: 37px;
    height: 37px;
    background: url(../images/icons/stars.svg) 0 -38px
}

.fileupload {
    position: relative;
    width: 320px
}

input[type=file] {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    height: auto;
    color: #999;
    border-radius: 3px
}

input[type=file]::-webkit-file-upload-button,
input[type=file].invalid::-webkit-file-upload-button,
input[type=file].valid::-webkit-file-upload-button {
    color: #fff;
    font-size: 13px;
    border: 0;
    border-radius: 3px;
    padding: 8px 10px 8px 38px;
    background: #004dda url(../img/camera.svg) 8px center no-repeat;
    outline: none
}

.latest_review>h4 {
    font-weight: 500;
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 20px
}

.latest_review .review_listing {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.write_review .form-check input {
    width: 15px;
    height: 15px;
    accent-color: #152682;
}
.write_review .form-check label {
    cursor: pointer;
    margin-top: 2px;
    font-family: 'Poppins-regular';
}
.write_review .form-group .nice-select {
    display: none !important;
}
.write_review .form-group select {
    width: 100%;
    height: calc(1.75em + .75rem + 2px);
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 3px;
    /* padding: 10px; */
}
.write_review .btn_1 {
    padding: 6px 18px;
}
.ratingPanel {
    padding-left: 10px;
}

.ratingPanel>h6 {
    text-align: left;
    padding-left: 2px;
    color: #3e4146;
    font-size: .9rem;
}

.rating label .icon {
    float: left;
    color: transparent;
    font-size: 2rem;
}

.rating label:last-child .icon {
    color: #cecece;
}

.rating label input:focus:not(:checked)~.icon:last-child {
    color: #cecece;
    text-shadow: 0 0 5px #f6be44;
}


 /************POPUP***************/
 .overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 35px auto;
	padding: 30px 20px;
	/* background: #fff; */
	border-radius: 10px;
	/* width: 30%; */
	position: relative;
    top: 100px;
    background: linear-gradient( rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0.75)100%), url(../images/popup-bg.jpg);
    background-size: cover;
    background-position: bottom;
}
.popup .closePopup {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #000000b8;
    border-radius: 100px;
    width: 23px;
    height: 23px;
    text-align: center;
    color: #fff !important;
    font-size: 17px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: .3s ease-in-out;
    text-decoration: none !important;
}
.popup .closePopup:hover {
  	color: #000;
    background: #efc879;
    transform: rotate(90deg);
    transition: .3s ease-in-out;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
padding: 5px;
}
.popup .content h3 {
    font-size: 20px;
    margin: auto;
    letter-spacing: 0.01em;
    font-family: 'Poppins-medium';
}
.popup .content h4 {
    font-size: 18px;
    margin: auto;
    letter-spacing: 0.02em;
    font-family: 'Poppins-Medium';
}
.popup .content a {
    font-size: 15px;
}
.popup .content p {
    margin-bottom: 0;
font-size: 15px;
}
.popup .content a:hover {
    text-decoration: none;
}
.popup .btn_1 {
    padding: 8px 20px;
}
.popup img {
    width: 15%;
    opacity: 0.7;
    margin-bottom: 3%;    
}
.checkmark__circle{stroke-dasharray: 166;stroke-dashoffset: 166;stroke-width: 2;stroke-miterlimit: 10;stroke: #7ac142;fill: none;animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards}.checkmark{width: 45px;height: 45px;border-radius: 50%;display: block;stroke-width: 2;stroke: #fff;stroke-miterlimit: 10;margin: 2% auto 4%;box-shadow: inset 0px 0px 0px #7ac142;animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both}.checkmark__check{transform-origin: 50% 50%;stroke-dasharray: 48;stroke-dashoffset: 48;animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards}@keyframes stroke{100%{stroke-dashoffset: 0}}@keyframes scale{0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}}@keyframes fill{100%{box-shadow: inset 0px 0px 0px 30px #7ac142}}


@media (max-width: 600px) {
    .write_review h1 {
        font-size: 21px;
    }
}

@media (max-width: 992px) {
    .write_review h1 {
        margin-left: auto;
    }
    .write_review h1 img {
        width: 21px;
      }
}