@import url("./behrrx.css");
@import url("./header.css");
@import url("./footer.css");
/*star rating css*/

.rating-loading {
	width: 25px;
	height: 25px;
	font-size: 0;
	color: #fff;
	border: none
}

.rating-container .rating-stars {
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap
}

.rating-container .rating-input {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	font-size: 1px;
	border: none;
	background: 0 0;
	padding: 0;
	margin: 0
}

.rating-container .star {
	display: inline-block;
	margin: 0 3px;
    text-align: center;
    line-height: 1;
}
#mySelect {
    width: 100%;
    height: 40px;
    background: #afd9d5;
    text-align-last: center;
    border-radius: 10px;
    color: #5c7a8a;
    font-family: bebas;
	font-size: 26px;
	margin-bottom: 25px;

}
.rating-container .empty-stars {
	color: #fff;
}

.rating-container .filled-stars {
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	color: #fde16d;
	white-space: nowrap;
	overflow: hidden;
	-webkit-text-stroke: 1px #fff;
}

.rating-rtl {
	float: right
}

.rating-animate .filled-stars {
	transition: width .25s ease;
	-o-transition: width .25s ease;
	-moz-transition: width .25s ease;
	-webkit-transition: width .25s ease
}

.rating-rtl .filled-stars {
	left: auto;
	right: 0;
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
	-o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0)
}

.rating-rtl.is-star .filled-stars {
	right: .06em
}

.rating-rtl.is-heart .empty-stars {
	margin-right: .07em
}

.rating-lg {
	font-size: 3.91em
}

.rating-md {
    font-size: 35px;
}

.rating-sm {
	font-size: 2.5em
}

.rating-xs {
	font-size: 2em
}

.rating-xl {
	font-size: 4.89em
}

.rating-container .clear-rating {
	color: #aaa;
	cursor: not-allowed;
	display: inline-block;
	vertical-align: middle;
	font-size: 60%;
	padding-right: 5px
}

.clear-rating-active {
	cursor: pointer!important
}

.clear-rating-active:hover {
	color: #843534
}

.rating-container .caption {
	color: #999;
	display: none;
	vertical-align: middle;
	font-size: 60%;
	margin-top: -.6em;
	margin-left: 5px;
	margin-right: 0
}

.rating-rtl .caption {
	margin-right: 5px;
	margin-left: 0
}

@media print {
	.rating-container .clear-rating {
		display: none
	}
}
.rating-wrapper {
    background: #afd9d5;
    text-align: center;
}
.rating-container .filled-stars .star i{
    color:#fff;
}
.small-star .star i{
    font-size: 23px;
}
.small-star .caption{
    display: none;
}
.rating-month {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.rating-container {
    display: inline-block;
}
.times-ago{
    font-style: italic;
    color: #5a5858;
    font-size: 17px;
    padding-left: 15px;
}
.rating-image img{
	width: auto;
	display: block;
	margin: 0px auto;
}
.review-message{
    font-size: 36px;
    color: #fff;
    font-style: italic;
    padding: 30px 0px;
    width: 80%;
    margin: 0 auto;
}

.review-all label{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	color: #5a5858;
	font-weight: 600;
}
.review-count {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #5a5858;
}
.review-count-wrap {
    margin-top: 15px;
	margin-bottom: 30px;
}
.btn-all-review {
    color: #fff !important;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    background-color: #5c7a8a;
    font-weight: 700;
    margin-top: 0px;
    padding: 15px 50px;
    border-radius: 50px;
} 
.btn-all-review:hover {
	color:#fff;
	background: #709ca5;
}
.btn-all-review:focus {
	color:#fff;
	background: #90a1ab;
}

.live-chat-wrap {
	left: auto;
}
.ratingsandreviews {
    text-align: center;	
}	
div#nav-tab a.active{
    background: #afd9d5;
    border: none;
}
div#nav-tab a{
    background: #eef0ee;
    border-radius: 15px 15px 0px 0px;
    font-family:"bebas";
    color:#5c7a8a;
    font-size:24px;
    padding: 5px 10px;
}
.switch-color {
    font-family:"bebas";
    color:#5c7a8a;
    font-size: 36px;
    font-weight: 400;
}
.abs-div-desktop span {
    color: #3d3d3e;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.bv-write-review.bv-focusable.bv-submission-button {
    color: #5c7a8a !important;
}
.bv-write-review.bv-focusable.bv-submission-button:hover {
    color: #5c7a8a !important;
    background: #ccd8d0 !important;
    text-decoration: none !important;
}
.bv-write-review.bv-focusable.bv-submission-button:focus {
    color: #5c7a8a !important;
    background: #9fb0ac !important;
    text-decoration: none !important;
}
.bv-action-bar-header, .bv-content-title{
    color: #5c7a8a !important;
}
.subtitle {
    color:black;
    font-size:14px;	
}
.all-color-nav {
	position: relative;
	background: white;
  }
  .all-color-nav:after {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #5c7a8a transparent transparent transparent;
	pointer-events: none;
  }
  .all-color-nav:before {
	width: 30px;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	background: #afd9d5;
	content: '';
	pointer-events: none;
	border-radius: 0px 10px 10px 0px;
	border-left: 1px solid #fff;
  }
  .all-color-nav:hover:before {
	background: #AFD9D5;
  }
  .all-color-nav select {
	font-size: 14px;
	border: none;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	height: 100%;
	width: 100%;
	cursor: pointer;
	outline: none;
	padding-right: 35px;
	padding-left: 15px;
	border: 1px solid #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
  }
  .all-color-nav select:-moz-focusring {
	color: transparent;
  }
  .all-color-nav select::-ms-expand {
	display: none;
  }
  .all-color-nav select:focus {
	border-color: #63ffb4;
  }
  .all-color-nav:before, .all-color-nav:after {
	  display: none;
  }
  
@media (min-width: 100px) and (max-width: 991px) {
	.mobileHoriBorder {
	    border-top: 1px solid #cccccc;
	    padding-top: 30px;  
	}
	.all-color-nav:before, .all-color-nav:after {
		display: block;
	} 
	.rating-mobile,
    .review-count-wrap {
        -webkit-flex-direction: column;
        flex-direction: column;
        display: flex;
    }
	.rating-wrapper {
		margin-top:0px !important;
	}
    .rating-image {
        padding-top: 30px;
        order: 2;
    }

    .rating-content {
        order: 1;
    }

    .review-all {
        padding-top: 0px;
    }
	.rating-image img{
		width: 100%;
		display: block;
		margin: 0px auto;
	}	
}
/*review section ends here */