
.bg-clr-orange-light-2 {
	background-color: #fde9de;
}

.address-container {
}

.address-card {
}

.address-title {
	margin-bottom:10px;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
}

.comp-reg-code {
	font-size:10px;
	line-height:16px;
}

.address-detail {
	margin-bottom:20px;
	font-size:18px;
	line-height:24px;
}

.address-detail a,
.address-detail a:hover,
.address-detail a:focus {
	color: #eb5f04;
}

.map-container {
	height:300px;
	background:url('../images/contact/img-map-loc.jpg') no-repeat center center;
}

.panel-review-container {

}

.panel-review {

}

.tab-panel-review {
	margin: 40px auto;
	border-bottom: 1px solid #cccccc;
}

.btn-tab-review {
	display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
	line-height: 18px;
	cursor: pointer;
}

.btn-tab-review.active {
	margin-bottom: -1px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color:#eb5f04;
	cursor: default;
}

.panel-review-body {

}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

li.star {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    color: #9E9E9E;
    padding: 2px 4px;
    font-size: 18px;
    line-height: 18px;
}

.prod-review-list {
	margin: 20px auto;
}

.prod-review-item {
	padding: 20px;
	border-bottom: 1px solid #cccccc;
}

.prod-review-username {
	margin-bottom: 4px;
}

.prod-review-item-header {
	position: relative;
	margin-bottom: 20px;
}

.prod-review-item-header-title {
	display: inline-block;
	padding-right: 30px;
	font-size: 20px;
	line-height: 30px;
}

.prod-review-item-header-rate {
	display: inline-block;
	padding-right: 30px;
}

.prod-review-item-header-date {
	display: inline-block;
	padding-right: 30px;
	color: #C7C4C2;
}

.rate-review-item {
	display: inline-block;
    padding: 2px 4px;
    font-size: 20px;
    line-height: 20px;
}

.prod-review-item-toggle-exp {
	position: absolute;
	top: 50%;
	right: 30px;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-toggle-review-more {
	font-size: 18px;
	line-height: 18px;
	color: #eb5f04 !important;
	cursor: pointer;
}

.prod-review-item-body {
	margin-bottom: 20px;
}

.prod-review-item-more {
	overflow: hidden;
    height: 0px;
    transition: all 0.5s ease-out 0s;
}

.prod-review-item-more-detail {
	padding-bottom: 20px;
}

.prod-review-container {
	display: none;
}

.prod-review-container.active {
	display: block;
}

.prod-review-from-container {
	position: relative;
	width: 120px;
    height: 30px;
}

.prod-review-from-lbl {
	position: absolute;
    bottom: 4px;
    font-size: 12px;
}

.prod-review-from-logo {
	position: absolute;
    right: 0px;
    width: 40px;
}

.prod-review-from-logo img {
	width:100%;
}

.rate-review-disp {
	display: inline-block;
    padding: 2px 4px;
    font-size: 16px;
    line-height: 16px;
	color: #eb5f04;
}

.form-contact-container {
}

.form-container {
	/*max-width:420px;*/
}

.frm-radio-title {
	margin-bottom: 5px;
}

/* radio cust Start */
.checkbox-inline+.checkbox-inline, 
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

.radio-review-cust {
	position: relative;
	margin-bottom: 15px;
	padding-left: 26px;
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radio-review-cust:first-of-type {
	/*margin-bottom: 15px;
	padding-left: 20px;*/
}
  
  /* Hide the browser's default radio button */
  .radio-review-cust input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
	position: absolute;
	top: 4px;
	left: 0px;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border:1px solid #999999;
	background-color: #ffffff;
  }
  
  /* On mouse-over, add a grey background color */
  .radio-review-cust:hover input ~ .checkmark {
	background-color: #ffffff;
  }
  
  /* When the radio button is checked, add a blue background */
  .radio-review-cust input:checked ~ .checkmark {
	background-color: #ffffff;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio-review-cust input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radio-review-cust .checkmark:after {
	   top: 2px;
	  left: 2px;
	  width: 10px;
	  height: 10px;
	  border-radius: 50%;
	  background: #eb5f04;
  }

/* radio cust End */

.form-review-body {
	
}

.form-review-container {
	padding-bottom: 50px;
}

.review-toggle-container {
	text-align: center;
}

.btn-cta-review-toggle {
	display: inline-block;
    margin: 20px auto;
    padding: 10px 40px;
    width: auto;
    border-radius: 20px;
    background-color: #eb5f04;
    color: #ffffff;
    text-align: center;
}

.border-bottom-grey {
	border-bottom: 1px solid #cccccc;
}

.rate-review-all-container {
	position: relative;
	margin: 20px auto;
	padding: 0px;
}

.rate-review-container {
	position: relative;
	padding: 10px 10px 10px 0px;
}

.rate-review-title {
    position: absolute;
    font-size: 14px;
}

.rate-review-panel {
	padding-left: 120px;
}

.rate-review-btn {
	display: inline-block;
    padding: 2px 4px;
    font-size: 18px;
    line-height: 18px;
	color: #eb5f04;
}

.rate-review-btn:hover {
	cursor: pointer;
}

.rate-review-btn.active {
	
}

.form-opt-radio-title {
	margin-bottom: 20px;
}


.row-form {
}

.col-form {
}

.pg-contact-title {
	margin-bottom:10px;
	font-size:24px;
	line-height:32px;
}

.pg-contact-desc {
	margin-bottom:40px;
	font-size:18px;
	line-height:24px;
}

.form-contact-title {
	margin-bottom:20px;
	font-size:24px;
	line-height:36px;
	text-transform:uppercase;
}

.form-contact-body {
}

.form-note {
	margin-top:8px;
	font-size:12px;
	line-height:16px;
}

.prod-review-pagination-container {
	margin-bottom: 30px;
	text-align: right;
}

.prod-review-pagination-body {
	display: inline-block;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.prod-review-pagination {
	display: inline-block;
	padding: 5px 10px;
	border-right: 1px solid #cccccc;
}

.prod-review-pagination:last-child {
	display: inline-block;
	padding: 5px 10px;
	border-right: none;
}

.btn-pagination {
	text-align: center;
	cursor: pointer;
}

.disp-pagination {
	text-align: center;
}

.select-mob-container {
	margin-bottom: 20px;
}

/* read all: Start */
.review-readall-body {
	margin: 30px auto;
	font-size: 20px;
    line-height: 26px;
}

#btn-toggle-review-add.btn-cta-review-toggle {
    margin: 30px auto;
}

.btn-cta-review-read {
    display: inline-block;
    margin: 20px auto;
    padding: 10px 40px;
    width: auto;
	border-radius: 20px;
	border:2px solid #eb5f04;
    background-color: #ffffff;
    color: #eb5f04;
    text-align: center;
}
/* read all: End */

@media (max-width: 1000px) {
	
	
}

@media (max-width: 640px) {
	
	.prod-review-item-header-title {
		display: block;
		font-size: 18px;
		line-height: 26px;
	}

	.prod-review-item-header-rate {
		display: block;
		padding-left: 0px;
	}

	.prod-review-item-header-date {
		display: block;
		padding-left: 0px;
	}

	.prod-review-item-header-title {
		margin-bottom: 6px;
		padding-right: 26px;
	}

	.prod-review-item-header-rate {
		margin-bottom: 8px;
		padding-right: 26px;
	}

	.prod-review-item-toggle-exp {
		right: 0px;
	}

	.prod-review-pagination-container {
		text-align: center;
	}

	.rate-review-disp {
		padding: 2px 0px;
    	font-size: 14px;
    	line-height: 14px;
	}


}


@media (max-width: 480px) {
	.form-contact-title {
		font-size:22px;
		line-height:28px;
	}

	.radio-review-cust {
		display: block;
		margin-left: 0px !important;
		margin-bottom: 10px;
	}

	.radio-review-cust:last-of-type {
		display: block;
		margin-left: 0px !important;
		margin-bottom: 30px;
	}

	.rate-review-panel {
		padding-top: 24px;
		padding-left: 0px;
	}

	.prod-review-item {
		padding: 20px 0px;
	}

	.btn-tab-review {
		padding: 10px;
	}
}

/* mobile prefix Start */
.flex-mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.flex-item-mobile {
    
}

.mobile-network {
    flex-basis: 40%;
}

.mobile-number {
    flex-basis: 60%;
}
/* mobile prefix End */

/* radio cust Start */
.input-panel {
	margin-bottom: 40px;
}

.form-check-inline.cust {
	margin-bottom: 15px;
}

.cust input[type="radio"],
.cust input[type="checkbox"] {
	visibility: hidden;
	display: none;
}

.cust input[type="radio"] + label,
.cust input[type="checkbox"] + label {
	position: relative;
	padding-left: 30px;
	color: #333333;
}

.cust input[type="radio"] + label::before {
	content:"";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid rgba(0,0,0,0.5);
}

.cust input[type="radio"] + label::after {
	content:"";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333333;
	opacity: 0;
	transform: scale(0.1);
}

.cust input[type="radio"]:checked + label::after {
	-webkit-animation: check 0.3s linear forwards;
	-moz-animation: check 0.3s linear forwards;
	-ms-animation: check 0.3s linear forwards;
	animation: check 0.3s linear forwards;
}

@-webkit-keyframes check {
	0% {
		opacity: 1;
		-webkit-transform: scale(0.1);
	}
	40% {
		opacity: 1;
		-webkit-transform: scale(1.5);
	}
	80% {
		opacity: 1;
		-webkit-transform: scale(0.7);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes check {
	0% {
		opacity: 1;
		-moz-transform: scale(0.1);
	}
	40% {
		opacity: 1;
		-moz-transform: scale(1.5);
	}
	80% {
		opacity: 1;
		-moz-transform: scale(0.7);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-ms-keyframes check {
	0% {
		opacity: 1;
		-ms-transform: scale(0.1);
	}
	40% {
		opacity: 1;
		-ms-transform: scale(1.5);
	}
	80% {
		opacity: 1;
		-ms-transform: scale(0.7);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1);
	}
}

@keyframes check {
	0% {
		opacity: 1;
		transform: scale(0.1);
	}
	40% {
		opacity: 1;
		transform: scale(1.5);
	}
	80% {
		opacity: 1;
		transform: scale(0.7);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
/* radio cust End */