/* for custom select box */
.custom-select {
	position: relative;
}
.custom-select select {
	outline:0;
	line-height:1.2;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

.custom-select:after {
	content:"";
	position:absolute;
	top:2px;
	font-size:24px;
	right:0;
	line-height:44px;
	background:url(../images/drop-arrow1.png) 50% 50% no-repeat;
	background-size:12px;
	pointer-events:none;
	padding:32px 30px 0 0;
}
.form-group .custom-select select {
	width:100%;
	border:none;
	-webkit-appearance:menu-item;
	-moz-appearance:menu-item;
	border-radius:0;
	box-shadow:inset 1px 1px 41px 10px rgba(171,171,171,.75),0 0 4px 1px rgba(36,36,36,.44);
	-webkit-box-shadow:inset 1px 1px 41px 10px rgba(171,171,171,.75),0 0 4px 1px rgba(36,36,36,.44);
	-moz-box-shadow:inset 1px 1px 41px 10px rgba(171,171,171,.75),0 0 4px 1px rgba(36,36,36,.44);
	-o-box-shadow:inset 1px 1px 41px 10px rgba(171,171,171,.75),0 0 4px 1px rgba(36,36,36,.44);
	height:32px;
	padding:2px 12px;
	font-weight: 600;
}
.form-group .custom-select select.error{
	color: #5d5d5d;
}
/* Register your rooftop new landing page css strat here*/
.pos-relative{
	position: relative;
}

.banner-rooftop .caption{	
	text-align: center;
	padding-top: 60px;
}
.banner-rooftop .caption h1{
	/*background: rgba(93,93,93,.48);
	padding: 33px 30px;*/
	font-family: "DIN-Bold";
	font-size: 59px;
	color: #ffffff;
	text-transform: uppercase;
}
#rgister-rooftop .modal-lg{
	width: 700px;
	text-align: center;
}
.schedule-survey-section {
	background: #ffffff;
	-webkit-box-shadow: 3px 5px 10px rgba(0,0,0,.7);
	-moz-box-shadow: 3px 5px 10px rgba(0,0,0,.7);
    box-shadow: 3px 5px 10px rgba(0,0,0,.7);
	width: 700px;
	min-height: 485px;
	margin-top: 80px;
}
.refer-popup .schedule-survey-section {
	margin-top: 0px;
}
.rooftop-schule-suver-section {
	background: #ffffff;
	-webkit-box-shadow: 3px 5px 10px rgba(0,0,0,.7);
	-moz-box-shadow: 3px 5px 10px rgba(0,0,0,.7);
    box-shadow: 3px 5px 10px rgba(0,0,0,.7);
	width: 700px;
	margin-top: 80px;
}
.rgister-rooftop.refer-popup  .schedule-survey-section{
	margin-top: 0;
}
.modal-lg.schedule-survey-section{
	min-height: initial; 
}
.schedule-survey-section  .schedule-survey{
	padding: 50px;
}
.schedule-survey-section  .schedule-survey .building .categoryradio{
	vertical-align: top;	
}
.schedule-survey-section  .schedule-survey h3{
	text-transform: uppercase;
	font-family: "DIN-Bold";
	font-size: 25px;

}
.schedule-survey-section  .schedule-survey h4.tell-us{
	padding-top: 75px;
	padding-bottom: 20px;
}
.schedule-survey-section  .schedule-survey h4.select-date{
	margin-top: 45px;	
	display: inline-block;
	position: relative;
}
.schedule-survey-section  .schedule-survey h4.select-date img{
	position: absolute;
	top: -16px;
	right: -20px;
}
.schedule-survey-section  .schedule-survey h4{
	font-weight: 600;
	font-size: 15px;
	padding-bottom: 10px;
	padding-top: 10px;	
}
.schedule-survey-section  .schedule-survey .lcoation, .schedule-survey-section  .schedule-survey .form-group{
	position: relative;
	max-width: 100%;
	width: 400px;
	margin-bottom: 25px;
	
}
.schedule-survey-section  .schedule-survey .lcoation{
	text-align: left;
	margin-bottom: 15px;
}
.schedule-survey-section  .schedule-survey .form-group label.error{
	position: absolute;
	left: 0;
	bottom: -18px;
	font-size: 12px;
}
.schedule-survey-section  .schedule-survey .form-group label.error a{
	color: #c97511 !important;
}
.schedule-survey-section  .schedule-survey .lcoation label.error{
	position: static;
}
.schedule-survey-section  .schedule-survey  input[type=text], .schedule-survey-section  .schedule-survey  input[type=email]{
	width: 100%;
	border: none;
	padding: 5px 15px;
    border-width: 0;
    border-color: #F2F2F2;
    -webkit-box-shadow: -1px -1px 2px 1px rgba(49, 49, 49, .25);
    -moz-box-shadow: -1px -1px 2px 1px rgba(49, 49, 49, .25);
    box-shadow: -1px -1px 2px 1px rgba(49, 49, 49, .25);
	height: 28px;
	font-size: 13px;
}
.schedule-survey-section  .schedule-survey .lcoation input[type=text]{
	width: 100%;
	border: none;
	padding: 6px 96px 6px 15px;
    border-width: 0;
    border-color: #F2F2F2;
    -webkit-box-shadow: -1px -1px 2px 1px rgba(49, 49, 49, .25);
    -moz-box-shadow: -1px -1px 2px 1px rgba(49, 49, 49, .25);
    box-shadow: -1px -1px 2px 1px rgba(49, 49, 49, .25);
	height: auto;
}
.schedule-survey-section  .schedule-survey .lcoation .detect{
	position: absolute;
    right: 3px;
    width: 70px;
    top: 3px;
    font-size: 10.6px;
    height: 24px;
	line-height: 24px;
    padding: 0px 0 0 7px;
    text-align: left;
    background: rgba(94, 94, 94, 1) url(../images/icon-location.png) no-repeat 50px center;
    cursor: pointer;
    color: #fff;
    background-size: 15px;
}
.schedule-survey-section  .schedule-survey .lcoation .detect a{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10.6px;
	font-family: "DIN-Bold";
}
.schedule-survey-section  .schedule-survey .lcoation .detect:hover{
	background-color: rgba(94, 94, 94, 1);
}
.schedule-survey-section  .schedule-survey .building label{
	font-weight: normal;
	font-size: 15px;
}
.schedule-survey-section  .schedule-survey .building .categoryradio.error{
	display: initial !important
}
	
.schedule-survey-section  .schedule-survey .building label.error{
	position: absolute;
	bottom: -15px;
}

.schedule-survey-section  .schedule-survey .building label+label{
	padding-left: 30px;
}
.schedule-survey-section  .schedule-survey .next{
	padding-top: 15px;
}
.schedule-survey-section  .schedule-survey .next input[type=submit],.schedule-survey-section  .schedule-survey .next input[type=button]{
	background: #c97511;
	padding: 4px 49px;
	border: none;
	cursor: pointer;
	color: rgba(255,255,255,.75);
	font-family: "DIN-Bold";
}
.schedule-survey-section  .schedule-survey .next.contact{
	padding-top: 60px;
}
.schedule-survey-section  .schedule-survey .next.contact a{
	padding: 6px 10px;
	width: 150px;
	background: #c97511;
	border: none;
	cursor: pointer;
	color: rgba(255,255,255,.75);
	font-family: "DIN-Bold";
	display: inline-block;
}
.schedule-survey-section  .schedule-survey .next a+a{
	margin-left: 60px;
}
.schedule-survey-section  .schedule-survey .calendor{
	position: relative;	 
	width: 300px; 
}
.schedule-survey .next a input[type=submit]{
	background: #c97511;
    padding: 4px 49px;
    border: none;
    cursor: pointer;
    color: rgba(255,255,255,.75);
    font-family: "DIN-Bold";
}
.or-login{
	display: flex;
	width: 270px;
	 flex-flow: row wrap;
	 margin-top: 30px;
}
.or-login h2{
	font-size: 18px;
	color: #c97511;
	font-family: "DIN-Bold";
	padding-right: 0px;
	padding-top: 7px;
}
.or-login .register-with{
	display: flex;
	 flex-flow: row wrap;
}
.or-login .register-with h2{
	color: #5d5d5d;
	font-size: 17px;
	padding-top: 7px;
	padding-right: 7px;
}
.or-login .register-with ul {
	display: flex;
	 flex-flow: row wrap;

}
.or-login .register-with ul  li{
	list-style: none;
	height: 27px;
	width: 27px;
	margin: 0 2px;.
	
}
.bellowon{
	background: rgba(93,93,93,.48);
	padding: 50px 15px 10px 15px;;
	position: absolute;
	right: 5px;
	width: 210px;
	top: 50px;
	text-align: left;
}
.bellowon h3{
	color: #ffffff;
	text-align: center;
	font-family: "DIN-Bold";
	font-size: 20px;
	padding-bottom: 30px;
}
.bellowon ul {
	list-style-type: square;
}
.bellowon ul li{
	color: #ffffff;
	margin-left: 25px;
	padding-bottom: 20px;
	font-size: 14px;
}
.bellowon ul li a{
	color: #ffffff;
	display: block;
}
.bellowon ul li a:hover{
	color: #c97511;
}
.survey-block{
	background: #ffffff;
	margin-top: 45px;
}
.survey-block .title{
	background: #c97511;
	padding: 30px;
	text-align: center;	
}
.survey-block .title h3{
	color: #ffffff;
	font-size: 28px;
}
.survey-steps{
	display: flex;
	 flex-flow: row wrap;
	 padding: 30px;
}
.survey-steps .col{
	width: 33.33%;
	padding: 0 15px;
}
.survey-steps .col span{
	background: url(../images/big-bullate.png) no-repeat left 5px;
	width: 11px;
	height: 22px;
	text-align: center;
	color: #ffffff;
	line-height: 23px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 8.5px;
	font-family: "DIN-Bold";
	display: inline-block;	
	float: left;
	margin-right: 7px;
	text-indent: -9999px;
}
.survey-steps .col p{
	clear: both;
	font-size: 15px;
}
.survey-steps .col p:first-child{
	min-height: 40px;
}
.survey-steps .col-sample{
	width: calc(100% - 400px);
}
.col-sample ul {
	padding-left: 75px;
}
.col-sample ul li{
	list-style: none;
	background: url(../images/bullate-point.png) no-repeat left 5px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 15px;
	
}
.survey-steps .col-sample+.col-sample{
	width: 400px;
}
.survey-steps .col-sample .imgblok{
	display: flex;
	flex-flow: row wrap;
}
.survey-steps .col-sample .imgblok .blok{
	padding-bottom: 10px;
}

.should{
	padding: 30px;
}
.should .register-step{
	background: none;
	border: none
}
.should .register-step .steps{
	margin-bottom: 5px;
	border: 1px solid #b5b5b5;
	background-color: #edebe8;
}
.schedule-survey-section  .schedule-survey h4.congratulation{
	padding-top: 40px;
	color: #c97511;
	font-size: 23px;
	font-family: "DIN-Bold";
	padding-bottom: 10px;
}
.schedule-survey-section  .schedule-survey h4.thankyou{
	padding-top: 75px;
	color: #c97511;
	font-size: 32px;
	font-family: "DIN-Bold";
	padding-bottom: 10px;
}
.schedule-survey-section  .schedule-survey .emojy{
	padding-top: 90px;
}
.schedule-survey-section  .schedule-survey h4.sorry{
	padding-top: 15px;
	color: #c97511;
	font-size: 32px;
	font-family: "DIN-Bold";
	padding-bottom: 0px;
}
.schedule-survey-section  .schedule-survey h5{
	font-size: 17px;
	font-family: "DIN-Bold";
}
.schedule-survey-section  .schedule-survey p{
	font-size: 15px;
}
.schedule-survey-section  .schedule-survey p a{
	color: #c97511;
	
}
.schedule-survey-section  .schedule-survey .withoutpaymentmsg p a{
	font-family: "DIN-Bold";
	font-size: 17px;
}
/* for crossing text css*/
 .schedule-survey-section  .schedule-survey  strike {
    text-decoration: none;    /*we're replacing the default line-through*/
    position: relative;
    display: inline-block; /* don't wrap to multiple lines */
	margin-right: 15px;
}
 .schedule-survey-section  .schedule-survey  strike:after {
    content:"";    /* required property */
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #c97511;
    height: 45%;    /* adjust as necessary, depending on line thickness */
    /* or use calc() if you don't need to support IE8: */
    height: calc(50% + 2px); /* 1px = half the line thickness */
    width: 100%;
    transform: rotateZ(-15deg);
}

 .schedule-survey-section  .schedule-survey  strike:before {
    content:"";    /* required property */
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid #c97511;
    height: 45%;    /* adjust as necessary, depending on line thickness */
    /* or use calc() if you don't need to support IE8: */
    height: calc(50% + 2px); /* 1px = half the line thickness */
    width: 100%;
    transform: rotateZ(15deg);
}
/* for crossing text css*/

/* for score card section css */
.scorecard-head{	
	text-align: center;
	padding-top: 25px;
}
.scorecard-section .scorecard-head h3{
	font-size: 15px;
	padding-left: 5px;
	text-transform: initial;
}
.scorecard-section .scorecard-head h3 img{
	vertical-align: top;
}
.scoreboard-contain{
	border-top: 3px dotted #ddd;
	border-bottom: 3px dotted #ddd;
	padding: 10px 0;
	margin-top: 15px;
	width: 614px;
	text-align: left;
}
.scoreboard-contain .solr-scorecardtop{
	padding: 5px 30px 10px;
	display: flex;
	flex-flow: row wrap;
}
.scoreboard-contain .solr-scorecardtop .left-side{
	display: flex;
	flex-flow: row wrap;
	width: 50%;
	margin-left:0;
	border-right: 3px dotted #ddd;
}
.scoreboard-contain .solr-scorecardtop .score-mtr{
	width: 135px;
	margin-left:0;
}
.scoreboard-contain .solr-scorecardtop .score-mtr p{
	font-size: 9.65px;
	padding-top: 5px;
}
.scoreboard-contain .solr-scorecardtop .currnet-bill{
	width: 63px;
	text-align: center;
}
.scoreboard-contain .solr-scorecardtop .currnet-bill h3{
	font-size: 9.65px;
	padding-top: 15px;
	font-family: "dinregular";
}
.scoreboard-contain .solr-scorecardtop .currnet-bill h3 span{
	font-size: 19px;
	color: rgba(93,93,93,.5);
	display: inline-block;
	padding-top: 3px;
	font-family: "DIN-Bold";
}
.scoreboard-contain .solr-scorecardtop .currnet-bill h3 span span{
	font-size: 9px !important;
}
.scoreboard-contain .solr-scorecardtop .right-side{
	display: flex;
	flex-flow: row wrap;
	width: 50%;
	margin-left:0;
}
.scoreboard-contain .solr-scorecardtop .right-side .bill-with{
	width: 150px;
	text-align: center;
}
.scoreboard-contain .solr-scorecardtop .right-side .bill-with h3{
	font-size: 9.65px;
	padding-top: 15px;
	font-family: "dinregular";
}
.scoreboard-contain .solr-scorecardtop .right-side .bill-with h3 span{
	font-size: 19px;
	color: rgba(93,93,93,.5);
	display: block;
	display: inline-block;
	padding-top: 3px;
	font-family: "DIN-Bold";
}
.scoreboard-contain .solr-scorecardtop .right-side .bill-with h3 span span{
	font-size: 9px !important;
}
.scoreboard-contain .right-side .contribution{
	width: 100px;
}
.scoreboard-contain .right-side .contribution h4{
	font-size: 9px;
	padding: 0;
	font-weight: normal;
}
.rowtree{
	display: flex;
	flex-flow: row wrap;
	padding-top: 5px;
}
.scoreboard-contain .rowtree p{
	font-size: 8px;
	padding-top: 7px;
	text-align: left;
}
.scoreboard-contain .rowtree p span{
	font-size: 9px;
	font-family: "DIN-Bold";
}
.rowtree .lft{
	width: 50%;
	
}
.rowtree .rgt{
	width: 50%;
	text-align: center;
}
.solr-scorecardbottm{
	display: flex;
	flex-flow: row wrap;
	border-top: 3px dotted #ddd;
	margin: 0 30px;
}
.solr-scorecardbottm .left-side{
	width: 50%;
	position: relative;
}
.solr-scorecardbottm .left-side img{
	margin-top: 0px;
}
.solr-scorecardbottm .left-side h4{
	position: absolute;
    top: 15px;
    left: 6px;
    color: #ffffff;
    font-size: 10.65px;
    /*font-family: "DIN-Bold";*/
    width: 34px;
    text-align: center;
    line-height: 7px;
}
.solr-scorecardbottm .left-side h4 span{
	font-size: 7px;
	font-family: "dinregular";
}
.solr-scorecardbottm .left-side p{
	font-size: 9px;
	position: absolute;
	top: 47px;
	left: 120px;
}
.solr-scorecardbottm .right-side{
	width: 50%;
	position: relative;
}
.solr-scorecardbottm .right-side figure{
	padding-left: 100px;
}
.solr-scorecardbottm .right-side .stytmcost{
	position: absolute;
	top: 0;
}
.solr-scorecardbottm .right-side .stytmcost h4{
	position: absolute;
	left: 106px;
	color: #ffffff;
	font-size:  8.76px;
	/*font-family: "DIN-Bold";*/
	top: 15px;
	width: 26px;
    text-align: center;
}
.solr-scorecardbottm .right-side .stytmcost h4 span{
	font-size: 8px !important;
	font-family: "dinregular";
	display: block;
	color: #ffffff !important;
}
.solr-scorecardbottm .right-side .stytmcost p{
	font-size:  8.76px;
	position: absolute;
	left: 80px;
	top: 43px;
	text-align: center;
	line-height: 9px;
}
.solr-scorecardbottm .right-side .stytmcost p span{
	font-size: 8.76px;
	font-family: "DIN-Bold";
}
.solr-scorecardbottm .right-side .lyft-sving{
	position: absolute;
	top: 35px;
	right: 40px;
}

.solr-scorecardbottm .right-side .lyft-sving h4{
	font-size:  11.71px;
	/*font-family: "DIN-Bold";*/
	padding: 0;
	text-align: center;
	color: #c97511;
}
.solr-scorecardbottm .right-side .lyft-sving h4 span{
	font-size: 8.76px !important;
	font-family: "dinregular";
	display: block;
	color: #5d5d5d;
}
.solr-scorecardbottm .right-side .lyft-sving p{
	font-size:  8.76px;
	text-align: center;
	line-height: 9px;
	margin: 0;
}
.solr-scorecardbottm .right-side .lyft-sving p span{
	font-size: 6.11px;
	font-family: "DIN-Bold";
}

.solr-scorecardbottm .right-side .smal-investment{
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 105px;
}
.solr-scorecardbottm .right-side .smal-investment p{
	font-size: 11.58px;
	line-height: 12px;
}
.solr-scorecardbottm .right-side .smal-investment p span{
	color: #c97511;
}
.solr-scorecardbottm .right-side .rtrn-investment{
	position: absolute;
	bottom: 15px;
	right: 50px;
}
.solr-scorecardbottm .right-side .rtrn-investment h4{
	font-size: 13.86px;
	color: #c97511;
	/*font-family: "DIN-Bold";*/
	padding: 0;
}

.solr-scorecardbottm .right-side .rtrn-investment p{
	font-size: 8.3px;
	margin: 0;
}
.dateconsumpitoneerror{
	color: #c97511;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
	padding-top: 5px;
}
#rooftoprsult .modal.in .modal-dialog{
	width: 700px
}
#rooftoprsult .schedule-survey-section{
	position: relative;
}
#rooftoprsult .modal-content{
	background: none;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
    box-shadow: 0 5px 15px rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0);
}
.close-register{
    top: 15px;
    right: 15px;
    cursor: pointer;
	position: absolute;
}


.calc-loader,
.calc-loader figure {
    position: fixed;
    top: 0;
    right: 0;
    margin: auto;
    left: 0;
    bottom: 0
}
.calc-loader {
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    background: rgba(0, 0, 0, .5)
}
.calc-loader figure {
    width: 84px;
    height: 84px;
    z-index: 1;
}

  #return-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: rgb(0, 0, 0);
      background: rgba(0, 0, 0, 0.7);
      width: 50px;
      height: 50px;
      display: block;
      text-decoration: none;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      border-radius: 35px;
      display: none;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
  }
  #return-to-top i {
      color: #fff;
      margin: 0;
      position: relative;
      left: 16px;
      top: 13px;
      font-size: 19px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
  }
  #return-to-top:hover {
      background: rgba(0, 0, 0, 0.9);
  }
  #return-to-top:hover i {
      color: #fff;
      top: 5px;
  }
 /* auto complete css */
.ui-menu.ui-widget{
	width: 365px !important;
	border: 1px solid #ccc;
	background: #ffffff;
	max-height: 200px;
	overflow-y: scroll;
}
.ui-menu.ui-widget .ui-menu-item{
	list-style: none;
	padding-left: 15px;
	margin-left: 0;
	cursor: pointer;
	padding: 5px 15px;
}
.ui-menu.ui-widget .ui-menu-item + .ui-menu-item{
	border-top: 1px solid #ccc;
}
 
 /*auto complete css*/
 
 .modal-content {
    border-radius: 0
}
.register-popup {
    width: 695px
}
.login-popup {
    padding: 55px 50px 30px
}
.close-register {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}
.register-section {
    display: inline-block;
    width: 45%;
    vertical-align: top
}
.register-section h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: Din-Bold;
    color: #616161;
    padding-bottom: 15px
}
.register-section .loginlink {
    color: #5d5d5d;
    font-size: 14px;
    padding-top: 1px
}
.register-section .loginlink:hover {
    color: #c97511
}
.register-section .form-input {
    margin-bottom: 15px
}
.register-section div input[type=email],
.register-section div input[type=password],
.register-section div input[type=text] {
    padding: 7px 10px;
    border-width: 0;
    border-color: #F2F2F2;
    -webkit-box-shadow: -1px -1px 2px 1px rgba(49, 49, 49, .25);
    -moz-box-shadow: -1px -1px 2px 1px rgba(49, 49, 49, .25);
    box-shadow: -1px -1px 2px 1px rgba(49, 49, 49, .25);
    width: 100%;
    font-size: 14px;
    background: #fafafa
}
.register-section div input[type=checkbox] {
    vertical-align: middle;
    margin: 0 5px 3px 0
}
.register-section div label {
    font-weight: 400;
    font-size: 14px
}
.login-popup .login-section label {
    padding-left: 10px
}
.register-section div label a {
    font-weight: 600;
    color: #c87511;
    font-family: Din-Bold
}
.register-section div input::-webkit-input-placeholder {
    font-size: 15px;
    text-transform: capitalize
}
.register-section div input::-moz-placeholder {
    font-size: 15px;
    text-transform: capitalize
}
.register-section div input:-ms-input-placeholder {
    font-size: 15px;
    text-transform: capitalize
}
.register-section div input[type=email] {
    text-transform: lowercase
}
.register-section div .login-btutton {
    background: #c97511;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    z-index: 9;
    font-family: DIN-Bold;
    box-shadow: 0 -1px 4px 1px rgba(21, 21, 21, .5);
    -webkit-box-shadow: 0 -1px 4px 1px rgba(21, 21, 21, .5);
    -moz-box-shadow: 0 -1px 4px 1px rgba(21, 21, 21, .5)
}
.register-step{
	background-color: #edebe8;
	border: 1px solid #b5b5b5;
	margin-bottom: 30px;
}
.register-step .steps{
	border-bottom: 1px solid #b5b5b5;
	padding: 0 35px 0;
	background-image: url(../images/dotted-border.png);
	background-repeat: repeat-y;
	background-position: 72px 50%;
	position: relative;
}

.register-step .steps figure{
	float: left;
	width: 175px;
	 
}.mob-view{
	display: none;
}
.register-step .steps:first-child figure{
	margin-top: 40px;
}
.should  .register-step .steps:first-child figure{
	margin-top: 45px;
	position: relative;
	z-index: 1;
}
.should  .register-step .steps:nth-child(2) figure{
	margin-top: 15px;
	
}
.should  .register-step .steps:last-child figure{
	margin-top: -15px;
	z-index: 1;
	position: relative;
}
.hide-line-bottom{
	background: #edebe8;
	position: absolute;
	top: 126px;
	bottom: 0;
	width: 50px;
}
.should  .hide-line-bottom{
	height: 50px;
	top: 100px;
}
.hide-line-top{
	background: #edebe8;
	position: absolute;
	top: 0px;
	height: 40px;
	width: 50px;
}
.register-step .steps .proces{
	float: left;
	width: calc(100% - 175px);
	padding: 25px 0 25px 25px;
}
.should .register-step .steps .proces{
	padding: 35px 30px;
}
.register-step .steps .proces p{
	padding-bottom: 0;
	margin-bottom: 0;
}
.should .register-step .steps .proces p{
	font-size: 15px;
}
.register-step .steps .proces ol li{
	margin-left: 25px;
}
.or-section {
    width: 12%;
    padding-top: 125px;
    text-align: right
}
.or-section.or_login {
    padding-top: 100px
}
.or-section h3 {
    color: #c97511;
    font-size: 20px
}
.social-login {
    width: 41%;
    padding-top: 85px
}
.social-login.social_login {
    padding-top: 55px
}
.social-login h3 {
    font-size: 22px;
    color: #616161;
    margin-bottom: 15px
}
.social-login ul li {
    width: 30px;
    height: 30px;
    line-height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #5d5d5d;
    list-style: none;
    margin: 0 10px;
    overflow: hidden
}
.social-login ul li:last-child{
	margin-right: 0;
}
.social-login ul li a.gogle img,
.social-login ul li:hover a.gogle img {
    width: 20px
}
.social-login ul li a {
    display: block
}
.social-login ul li:hover a.fb {
    background: #3b5998;
    height: 30px
}
.social-login ul li:hover a.twiter {
    background: #55acee;
    height: 30px
}
.social-login ul li:hover a.gogle {
    background: #d95032;
    height: 30px
}
.social-login ul li:hover a.linked {
    background: #007bb5;
    height: 30px
}
.or-section,
.social-login,
.social-login ul li {
    display: inline-block;
    vertical-align: top
}
.aboutus h1,
.aboutus-body .about-content p strong,
.aboutus-body .abutleft-menu li,
.or-section h2,
.social-login h3 {
    font-family: Din-Bold
} 
.book_a_site {
    width: 500px;
    padding-bottom: 15px;
    background: #fff;
	
}
.book_a_site  .personal-details{
	padding: 30px;
	text-align: center;
}
.tool-tip{
	position: relative;
	display: inline-block;
	width: 18px;
	cursor: pointer;
}
.tool-tiptext{
	position: absolute;
    top: -40px;
    left: 60px;
    width: 150px;
    font-family: "dinregular";
    font-size: 13px;
    font-weight: normal;
    background: #ffffff;
    border-left: 2px solid #c97511;
    border-right: 2px solid #c97511;
    display: none;
	padding: 5px;
}
.tool-tip:hover .tool-tiptext{
	display: block;
}
@media screen and (max-width: 1024px) {
	
	.survey-steps .col{
		width: 100%;
		padding-left: 75px;
	}
	
	.banner-rooftop{
		height: auto;
		background-size: 100% 100%;
		padding-bottom: 15px;
	}
	.banner-rooftop .caption h1{
		font-size: 32px;
	}
	.schedule-survey-section{
		margin-top: 0px;
		width: 100%;
		min-height: initial;
	}
	.schedule-survey-section  .schedule-survey .next{
		margin-bottom: 0;
	}
	#rgister-rooftop .modal-lg{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.bellowon{
		position: static;
		width: auto;
		padding: 15px;
		margin: 15px auto 0;
	}
	.bellowon h3{
		padding-bottom: 15px;
	}
	.bellowon h3 br{
		display: none;
	}
	.bellowon ul {
		margin-bottom: 0;
		width: 252px;
		margin: 0 auto ;
	}
	.bellowon ul li{
		padding-bottom: 10px;
	}
	.banner-rooftop .caption{
		padding-top: 30px;
	}
	.survey-steps .col p:first-child{
		min-height: initial;
	}
}
@media screen and (max-width: 768px) {
	.scorecard-board{
		overflow-x: scroll;
	}
	.scorecard-section{
		width: 100%;
		position: relative;
		padding: 15px !important;
		
	}
	.scorecard-section h3{
		font-size: 18px;
		font-family: "DIN-Bold";
	}
	.rooftop-schule-suver-section{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.survey-steps .col-sample{
		width: 100%;
	}
	
	.survey-steps .col-sample+.col-sample{
		width: calc(100% - 140px);
	}
	.survey-steps .col-sample .imgblok .blok{
		width: 33%;
	}
	.scoreboard-contain{
		width: 100%;
	}
	.tool-tiptext{
		left: initial;
		right: 5px;
		z-index: 2;
	}
}
@media screen and (max-width: 480px) {
	.schedule-survey-section  .schedule-survey .next input[type=submit],.schedule-survey-section  .schedule-survey .next input[type=button], .schedule-survey .next a input[type=submit]{
		padding: 4px 10px;
		font-size: 13px;
	}
	.banner-rooftop .caption{
		padding: 10px 15px;
	}
	.banner-rooftop .caption h1{
		font-size: 24px;
	}
	.schedule-survey-section  .schedule-survey h3{
		font-size: 17px;
	}
	.schedule-survey-section  .schedule-survey h4.tell-us{
		padding-top: 25px;
	}
	.schedule-survey-section  .schedule-survey{
		padding: 30px 15px;
	}
	.schedule-survey-section  .schedule-survey .building label{
		font-size: 13px;
	}
	.schedule-survey-section  .schedule-survey .building .categoryradio{
		margin: 0;
	}
	.schedule-survey-section  .schedule-survey .building label+label{
		padding-left: 10px;
		
	}
	.bellowon ul{
		
	}
	.col-sample ul, .survey-steps .col{
		padding-left: 0;
	}
	.survey-block .title{
		padding: 10px;
	}
	.survey-block .title h3{
		font-size: 18px;
	}
	.survey-steps, .should{
		padding: 10px;
	}
	.schedule-survey-section  .schedule-survey h4.thankyou, .schedule-survey-section  .schedule-survey .next.contact{
		padding-top: 30px;	
	}
	.schedule-survey-section  .schedule-survey .next input[type=submit]+input[type=submit]{
		margin-left: 0;
		margin-top: 15px;
	}
	.schedule-survey-section  .schedule-survey .next a+a{
		margin-left: auto;
		margin-top: 15px;
	}
	.schedule-survey-section  .schedule-survey .emojy{
		padding-top: 30px;
	}
	.survey-steps .col-sample .imgblok .blok{
		width: 50%;
	}
	.survey-steps .col-sample+.col-sample{
		width: 100%;
	}
}
