section {
    display: block;
}

.rating-style select
{
    display: block;
}

.ratings-option li input {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    padding: 5px 47px 5px 5px;
    margin-left: 50px;
    min-width: 180px;
    border-bottom: 1px solid #e6e6e6;
}

.labelHeading{
    color: #000;
    font-weight:300;
    font-size:22px;
}

.margin-top-10{
    margin-top:40px;
}

.margin-0{
    margin:-20px;
}

.keymetric-input{
    font-size:14px;
    color:#8E8E8E;
    font-weight:400;
    width:130px;
    min-height:14px;
    height:auto;
}

#range1, #range2 {
    font-size: 14px;
    font-weight: 600;
}

#rating-question{
    font-size: 16px;
    width:220px;
    min-height:45px;
    margin-left:20px;
    font-weight:normal;
}

.menuText{
    font-size:16px;
    font-weight:normal;
}
.span-error {
    color: #b71a1a;
    margin-top:5px;
    font-size:15px;
    line-height: 1.6;
    width:400px;
}

.align-left{
  margin-left:300px;
}

.align-left-100{
    margin-left: 100px;
}


.margin-bottom-10{
    margin-bottom:10px;
}

.margin-bottom-70{
    margin-bottom:70px;
}

.btn-disable {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 7px 17px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    height: 27px;
    margin-top: -16px;
    margin-left: 20px;
    font-size:14px;
    margin-right: 7px;
    background-color: #bebebf;
    color: #fff;
    cursor: not-allowed;
    pointer-events: none;
    font-weight:bold;
}

.program-option-page-margin{
    margin: 20px 30px 0px 0px
}

.nps_brand{
    color:#000;
    font-size:18px;
    margin:-20px 20px 15px 10px;
}

.nps_brand_text{
    margin-left:2px;
    width:300px !important;
}



@media only screen and (max-width: 1366px) and (min-width: 1200px) {
    .add-page {
        right: -20px !important;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
    .add-page {
        right: -20px !important;
    }
}
