.chart-scale .btn {
	text-align: center;
	font-weight: bold !important;
	color: #fff !important;
	border-radius: 50% !important;
	position: relative;
	padding: 9px 12px;
	border: 2px dashed transparent;
}
.btn-scale-desc-5 {
  background-color: #33FF00;
}
.btn-scale-desc-5:hover {
  background-color: #2CDE00;
}
.btn-scale-desc-4 {
  background-color: #FFCC00;
}
.btn-scale-desc-4:hover {
  background-color: #DEB100;
}
.btn-scale-desc-3 {
  background-color: #FF9900;
}
.btn-scale-desc-3:hover {
  background-color: #DE8500;
}
.btn-scale-desc-2 {
  background-color: #FF6600;
}
.btn-scale-desc-2:hover {
  background-color: #DE5900;
}
.btn-scale-desc-1 {
  background-color: #FF3300;
}
.btn-scale-desc-1:hover {
  background-color: #DE2C00;
}
.oc2 .tmdwritereview .form-horizontal .form-group label + div,.oc2 .tmdwritereview .form-horizontal .form-group label,
.oc3 .tmdwritereview .form-horizontal .form-group label + div,.oc3 .tmdwritereview .form-horizontal .form-group label {
    width: 100%;
    float: left;
}
.chart-scale{
	margin:15px 0;
	display: flex;
    justify-content: space-between;
	width: 100%;
}
.tmdreview-boxbg{
	background: #fff;
    -webkit-box-shadow: 0 1px 7px 2px rgb(0 0 0 / 7%);
    box-shadow: 0 1px 7px 2px rgb(0 0 0 / 7%);
    padding: 30px;
    margin-bottom: 10px;
	border-radius:15px;
}
.chart-scale .btn input{
	opacity: 0;
    position: absolute;
    min-height: 34px;
    min-width: 34px;
    left: -1px;
    top: -1px;
    margin: 0;
}
#reviewtabs{
	display:none;
}
.steps-content .tab-pane.tab-content{
	background-color:transparent;
}
.chart-scale .btn.active{
	border:2px dotted #000;
}
.oc2 .tmdwritereview .form-horizontal .form-group,
.oc3 .tmdwritereview .form-horizontal .form-group{
	margin-bottom:15px;
	display: grid !important;
}
.tmdwritereview .control-label{
	font-size:18px;
	color: #000;
}
.list-social li a i{
	float:left;
}
.list-social li{
	background: #f5f5f5;
    border-radius: 25px;
    padding: 15px;
    text-align: center;
    width: 50%;
    margin: 0 auto 15px !important;
}
.or{
	text-align:center;
	font-weight: bold;
    font-size: 16px;
    margin-bottom: 25px;
}
.btn.tmdreviewpopup{
	background: #f5f5f5;
    color: #000;
    font-weight: bold;
    margin: 0 auto 25px;
    text-align: center;
    display: block;
    width: 80%;
    border-radius: 10px;
    padding: 15px 20px;
	font-size: 18px;
}
.boxwhite .form-control, .boxwhite .form-control:focus{
	min-height: 40px;
    background: transparent !important;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #666 !important;
	color: #000 !important;
}
.final-step{
	width: 100%;
    margin: 15px 0;
    min-height: 43px;
    border-radius: 5px;
    font-size: 18px;
}
.boxwhite{
	background: #f5f5f5;
	border-radius: 10px;
	padding: 15px 18px;
}
.headingh5{
	font-size: 18px;
    margin: 0 0 15px;
	color: #000;
}
.list-social{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.text-center{
	text-align:center !important;
}

#myModal .modal-header {
	position: inherit;
}
.contactme {
	color: #000;
}

@media(min-width:768px){
	.marginleft25{
		margin-left:25%;
	}
}
@media(max-width:768px){
	#reviewtabs .tab-content {
		padding: 0px;
	}
	.route-extension-writereview .modal .form-horizontal .form-group{
		display:flex;
	}
	.btn.tmdreviewpopup{
		width:100%;
	}
	.tmdwritereview .sm-50 {
		width: 100%;
	}
}