
/* @import url('https://fonts.cdnfonts.com/css/brick-2'); */
@font-face {
    font-family: 'Bricksram Regular';
    src: url("../otf/bricksram-regular.otf");
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../woff/roboto-regular.woff");
}
.rvname {
    font-size: 24px;
	 float: right;
	 color:#888;
}
.rvw-container {
    width: fit-content;
    font-family: 'Roboto-Regular';
	color:#888;
}
.ratingSTARS {
    text-align: right;
    float: right;
    font-family: 'Roboto-Regular';
}
.descTXT {
    text-shadow: none;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Roboto-Regular';
    line-height: 2.2;
	color: #888;
}
.fa-star {
    color: #ffc600;
    text-shadow: none;
    font-size: 14px !important;
    margin-right: 4px;
}

.rvw {
    padding: 10px 10px 10px 30px;
}
@media screen and (min-width: 1025px){
.descTXT {
    text-shadow: none;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Roboto-Regular';
    line-height: 2.2;
}
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff6600 !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px !important;
}
.bxcontent {
    padding: 10px 10px 10px 10px;
    /* box-shadow: 0 0 10px; */
    min-height: 185px; 
    text-align: left;
    border: solid 1px #c6c6c6;
	background-color:#ffffff;
	border-radius:5px !important;
	}
.bxcontent a{
	color:#ff6600 !important;
	font-weight: 600;
    font-size: 13px;
	text-transform:uppercase !important;
}
.bxcontent p{
	font-family: 'Roboto-Regular';
	font-size:15px;
	font-weight:700;
}
.bxcontent-mag{
    padding: 10px 10px 10px 10px;
    /* box-shadow: 0 0 10px; */
    min-height: 185px; 
    text-align:center;
	background-color:#ffffff;
	border-radius:5px !important;
    text-align: -webkit-center;
    height: 490px;
}
.review-head{
	font-family: 'Roboto-Regular';
	font-size:40px;
	font-weight:800;
	text-align:center;
	padding:30px;
}
.read-more-button {
    background-color: #ff6600 !important;
    color: #ffffff !important;
    border: 1px solid #ff6600 !important;
}
.read-more-button a,
.read-more-button a:hover 
 {
   
    color: #ffffff !important;

}
.fivestarimg {
    width: 100px;
    text-align: center;
    padding: 0 0 10px 0;
}
.owl-carousel .next-slide {
    /*background: url(nav-icon.png) no-repeat scroll -24px 0px;*/
    right: -10px;
}
.owl-carousel .prev-slide {
    /*background: url(nav-icon.png) no-repeat scroll 0 0;*/
    left: -33px;
}
.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 125px !important;
}
div .hd1{
    font-size: 16px !important;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-family: 'Roboto-Regular';
    font-weight: 600;
}
div .hd2 {
    font-size: 13px !important;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    font-family: 'Roboto-Regular';
    font-weight: 600;
	line-height: 21px;
}
div .p12 {
    font-size: 12px !important;
	font-weight: 400; 
    padding-top: 1em;
	color:#333333;
	font-family: 'Roboto-Regular' !important; 
}
.cus-name {
    font-size: 21px !important;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Roboto-Regular';
    font-weight: 600;
	line-height: 21px;
}
.cus-text{
    font-size: 12px !important;
    color:#ff6600;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Roboto-Regular';
    font-weight: 600;
	line-height: 21px;
}
.cus-date{
    font-size: 11px !important;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Roboto-Regular';
    font-weight: 600;
	line-height: 21px;
}
.cus-bold{
    font-size: 21px !important;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Roboto-Regular';
    font-weight: 600;
	line-height: 21px;
    text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 760px) {

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px !important;
}
.bxcontent-mag{
    
    height: 550px;
}

}