@font-face {
  font-family: 'DINPro-Regular';
  src: url('DINPro-Regular.eot?#iefix') format('embedded-opentype'),  url('DINPro-Regular.otf')  format('opentype'),
	     url('DINPro-Regular.woff') format('woff'), url('DINPro-Regular.ttf')  format('truetype'), url('DINPro-Regular.svg#DINPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'DINPro-Medium';
  src: url('DINPro-Medium.eot?#iefix') format('embedded-opentype'),  url('DINPro-Medium.otf')  format('opentype'),
	     url('DINPro-Medium.woff') format('woff'), url('DINPro-Medium.ttf')  format('truetype'), url('DINPro-Medium.svg#DINPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'DINPro-Bold';
  src: url('DINPro-Bold.eot?#iefix') format('embedded-opentype'),  url('DINPro-Bold.otf')  format('opentype'),
	     url('DINPro-Bold.woff') format('woff'), url('DINPro-Bold.ttf')  format('truetype'), url('DINPro-Bold.svg#DINPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),  url('Montserrat-ExtraBold.otf')  format('opentype'),
	     url('Montserrat-ExtraBold.woff') format('woff'), url('Montserrat-ExtraBold.ttf')  format('truetype'), url('Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'DINPro-Black';
  src: url('DINPro-Black.eot?#iefix') format('embedded-opentype'),  url('DINPro-Black.otf')  format('opentype'),
	     url('DINPro-Black.woff') format('woff'), url('DINPro-Black.ttf')  format('truetype'), url('DINPro-Black.svg#DINPro-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}



body
{
	margin: 0 auto;
	font-family: 'DINPro-Medium';
}

/*Checkbox start*/

.chkbx p {
 margin-bottom: 1.5rem;
 text-align: left !important;
 padding: 0 !important;
}
input[type="checkbox"][class="customcheck"] {
 visibility: hidden;
 display: none;
}
label {
 cursor: pointer;
}

.marg-4{
	margin-left: 4rem;
}
.marg-5{
	margin-left: 5rem;
}

.btncont{
	display: none;
}

.error{
	color: red;
	font-size: 1rem;
	font-family: 'DINPro-Regular';
}

#exQ4-error,#exQ6-error,#new_q12-error{ margin-left: 4rem !important; } 


input[type="checkbox"][class="customcheck"] + label:before {
 border: 1px solid #a8a5a5;
 content: "\00a0";
 display: inline-block;
 height: 2rem;
 width: 2rem;
 margin: 0 2rem 0 0;
 padding: 0;
 vertical-align: top;
 box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}
input[type="checkbox"][class="customcheck"]:checked + label:before {

 color: #fe8601;
 content: "\2713";
 text-align: center;
}

input[type="checkbox"][class="customcheck"]:checked + label:after {
 font-weight: bold !important;
}

.cont-align
{
	display: inline-flex;
	position: absolute;
}

/*Checkbox end*/

.customcontainer
{
	width: 88%;
	margin: 0 auto;
}

.formcontainer
{
	width: 87%;
	margin: 0 auto;
}

.pt-45
{
	padding-top: 2.813rem;
}

.pt-25
{
	padding-top: 1.563rem;
}


.bg-footer
{
	background: #cecece;
}

.social-float
{
	float: right;
}

.din-bold
{
	font-family: 'DINPro-Bold';
}

.textareaheight
{
	height: 6rem !important;
}

/*Navbar start*/
.confnav {
    width: 100%;
}

.confnav ul {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    margin-right: 3rem;
    z-index: 1;
}
.confnav ul li {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
	margin-right: 0.625rem;
}

.confnav ul.row2prop li {
	margin-right: 1.563rem;
}

#row1st li a {
    color: #a0a0a0;
	font-family: 'DINPro-Medium';
    font-size: 0.75rem;
	line-height: 1rem;
}

#row1st li a:hover {
    color: #fe8601;
	text-decoration: none;
}

#row1st li:hover {
	background: #ededed;
}

#row2nd li a {
    color: #333333;
	font-family: 'DINPro-Medium';
    font-size: 1.125rem;
	line-height: 1.5rem;
}

#row2nd li a:hover {
    color: #fe8601;
	text-decoration: underline;
}
/*Navbar end*/

/*Parent div start*/
.formparent h1
{
	font-family: 'DINPro-Medium';
	font-size: 1.5rem;
	line-height: 1.875rem;
	color: #333333;
	text-align: center;
	padding-top: 2.188rem;
	padding-bottom: 2.188rem;
}

.round-number
{
	color:#ffffff;
	background: #112f52;
	font-family: 'Montserrat-ExtraBold';
	font-size: 1.5rem;
	border-radius: 1.875rem;
	padding-right: 0.99rem;
	padding-left: 1.125rem;
	padding-top: 0.5625rem;
	padding-bottom: 0.5625rem;
}
/*Parent div end*/

/*Form properties start*/
.formcontainer .form-control:focus
{
	box-shadow: 0 0 0 0rem rgba(0,0,0,0);
}

form label
{
	font-family: 'DINPro-Regular';
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #333333;
	vertical-align: top;
}

.form-control.customformcontrol
{
	height: 3.125rem;
	border: 1px solid #e1e1e1;
	font-family: 'DINPro-Regular';
	font-size: 1.125rem;
	color: #a0a0a0;
}

.form-control.customformcontrol1
{
	height: 3.125rem;
	border: 1px solid #e1e1e1;
	font-family: 'DINPro-Regular';
	font-size: 1.125rem;
	color: #a0a0a0;
	margin-top: 10px;
}


/*Rectangular Radio Button start*/
.boxed label {
	display: inline-block;
	width: 8.5rem;
	height: 2.813rem;
	border: none;
	background: #cccccc;
	border-radius: 8px;
	color: #ffffff;
	font-family: 'DINPro-Bold';
	font-size: 1.563rem;
	vertical-align: middle;
	text-align: center;
	transition: all 0.3s;
	line-height: inherit;
	margin-bottom: 1.563rem !important;
	margin-right: 0.4375rem;
	padding-top: 0.3125rem;
}

.boxed input[type="radio"] {
  display: none;
}

.boxed input[type="radio"]:checked + label {
  background: #fe8601 !important;
	line-height: inherit;
}
/*Rectangular Radio Button end*/

.linkboxed button
{
	border: none;
	background: #cccccc;
	border-radius: 8px;
	color: #ffffff;
	font-family: 'DINPro-Medium';
	font-size: 1.125rem;
	vertical-align: middle;
	text-align: center;
	transition: all 0.3s;
	line-height: inherit;
	display: inline-block;
	margin-bottom: 1.563rem !important;
	margin-right: 0.4375rem;
	padding-right: 0.4375rem;
	padding-left: 0.4375rem;
	padding-top: 0.6875rem;
	padding-bottom: 0.6875rem;
}

.linkboxed button:active
{
	background: #fe8601 !important;
	line-height: inherit;
	text-decoration: none;
}

.linkboxed button:hover
{
	text-decoration: none;
}

/*Form properties end*/

/*Animation to load another form start*/
.animated {
           -webkit-animation-duration: 1s;
           animation-duration: 1s;
           -webkit-animation-fill-mode: both;
           animation-fill-mode: both;
       }
       
       .rotateInDownRight {
           -webkit-animation-name: rotateInDownRight;
           animation-name: rotateInDownRight;
       }
       
       @keyframes rotateInDownRight {
           0% {
               opacity: 0;
               -webkit-transform: translateX(2000px);
               -ms-transform: translateX(2000px);
               transform: translateX(2000px);
           }
           100% {
               opacity: 1;
               -webkit-transform:translateX(0);
               -ms-transform:translateX(0);
               transform:translateX(0);
           }
       }
/*Animation to load another form end*/

/*New-customer page start*/
.new-customer p
{
	font-family: 'DINPro-Medium';
	font-size: 1.5rem;
	line-height: 1.875rem;
	color: #333333;
	text-align: center;
	padding-top: 2.188rem;
	padding-bottom: 2.188rem;
}

.labelgray
{
	font-family: 'DINPro-Medium';
	font-size: 1rem;
	line-height: 1.125rem;
	color: #a0a0a0;
	font-style: italic;
}

.otherbox
{
	width: 100%;
	margin-top: 0.5rem;
	border: 1px solid #e1e1e1;
	border-radius: 0.25rem;
	height: 3rem;
	padding: 0.5rem;
	color: #a0a0a0;
}

.width5per
{width: 5%;}

.width95per
{width: 88%; float: left;}

.alphacount
{
	font-family: 'DINPro-Bold';
	font-size: 1.25rem;
	color: #333333;
}

.alphatext
{
	font-family: 'DINPro-Regular';
	font-size: 1.25rem;
	color: #333333;
}

/*Colored rating start*/
.round
{
z-index: 1;
  position: relative;
}

.round label {
display: inline-block;
width: 3.125rem;
height: 3.125rem;
border-radius: 50%;
padding-top: 0.625rem;
border: solid 2px #ccc;
background: #cccccc;
color: #ffffff;
font-weight: bold;
font-size:  1.563rem;
text-align: center;
transition: all 0.3s;
font-family: 'DINPro-Black';
}
.width94
{
width:92%
}
.round input[type="radio"] {
display: none;
}

.round input[type="radio"]:checked + label {
border: solid 2px #f6871e !important;
background: #f6871e !important;
}
.round label {cursor: pointer;}
.din-bold
{
font-family: 'DINPro-Bold';
}

.dinproregular
{
font-family: 'DINPro-Regular';
}

/*Colored rating end*/

/*New-customer page end*/

/*Switched customer start*/
.switchedcustomer p
{
	font-family: 'DINPro-Medium';
	font-size: 1.5rem;
	line-height: 1.875rem;
	color: #333333;
	text-align: center;
	padding-top: 2.188rem;
	padding-bottom: 2.188rem;
}

/*Switched customer end*/

/*Not a customer start*/
.notcustomer p
{
	font-family: 'DINPro-Medium';
	font-size: 1.5rem;
	line-height: 1.875rem;
	color: #333333;
	text-align: center;
	padding-top: 2.188rem;
	padding-bottom: 2.188rem;
}

/*Not a customer end*/
/*****EXISTING SUBS NETWORK SENTIMENT ******/
 .dinpromedium
{
	font-family: 'DINPro-Medium';
}
 .dinproregular
{
	font-family: 'DINPro-Regular';
}
.exis_cust .font24
{
	font-size:1.5rem;
}
.exis_cust .font22
{
	font-size:1.375rem;
}
 .dinprobold
{
	font-family: 'DINPro-Bold';
}
/*Colored rating start*/
.exis_cust .round
{
z-index: 1;
   position: relative;
}

.exis_cust .round label {
 display: inline-block;
 width: 3.125rem;
 height: 3.125rem;
 border-radius: 50%;
 padding-top: 0.625rem;
 border: solid 2px #ccc;
 background: #cccccc;
 color: #ffffff;
 font-weight: bold;
 font-size:  1.563rem;
text-align: center;
 transition: all 0.3s;
 font-family: 'DINPro-Black';
}
.exis_cust .width94
{
width:86%
}
.exis_cust .round input[type="radio"] {
 display: none;
}

.exis_cust .round input[type="radio"]:checked + label {
 border: solid 2px #f6871e !important;
 background: #f6871e !important;
}
.exis_cust .round label {cursor: pointer;}
.exis_cust .din-bold
{
font-family: 'DINPro-Bold';
}
.exis_cust input
{
	width:100%;
	border-radius:3px;
	padding:20px;
	border:1px solid #cccccc;
}
.submitbtn
{
	width:120px;
	height:40px;
	display:block;
	margin:0 auto;
	border-radius:8px;
	background-color:#fe8601;
	border:none;
	cursor:pointer;
	outline:none;
}
.submitbtn:focus
{
	outline:none;
}
/*Colored rating end*/
/*****EXISTING SUBS NETWORK SENTIMENT ******/
.exis_cust .labelgray
{
font-family: 'DINPro-Medium';
font-size: 1rem;
line-height: 1.125rem;
color: #a0a0a0;
font-style: italic;
}
/*****EXISTING SUBS NETWORK SENTIMENT ******/
/*Footer start*/
footer p
{
	font-family: 'DINPro-Regular';
	font-size: 12px;
	line-height: 14px;
}

.footerlink
{
	color: #f48120;
	text-decoration: underline;
}

.footerlink:hover
{
	color: #000000;
}
/*Footer end*/
.marg-1{
					margin: 1rem;
				}
/* **************************Nav-bar button start************************** */
				.link-btn button
				{
					color: #ffffff;
					background-color: #fe8601;
				}
				.link-btn a
				{
					color: #ffffff !important;
				}
				.link-btn a:hover
				{
					color: #000000 !important;
					text-decoration: none !important;
				}
/* **************************Nav-bar button end************************** */