@font-face {
  font-family: PFHandbookProBold;
  src: url(/_Layouts/15/ABC/FINPLFABTUS/Referral/PFHandbookProBold.woff);
}

*{
	font-family: calibri;
}
section{
	padding: 15px 0px;
}
.p10{
	padding-top: 10px;
}
.primary-txt, .inp{
	font-size: 15px;
    font-family: 'Arial';
    padding-bottom: 10px!important;
	text-align: justify;
}
.mb-20{
	margin-bottom: 20px;
}
.ml50{
	margin-left: 23px
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


	/*SECTION 1 MAIN SECTION*/
.heading h2{
	font-family: 'Arial';
	color: #CE1F36;
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-top: 40px;
}

.cont-box{
	border-left: 85px solid #dbc5a0;
	background-color: #F4F4F4;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 5px;
}

.cont-box p{
	font-size:16px;
	padding-left: 15px;
	color: #CE1F36;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
	padding-top: 10px;
}

.cont-box img{
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 20%;
}




	/*SECTION 1 END MAIN SECTION*/

	/*SECTION 2 START*/

.rank_heading{
	clip-path: polygon(2% 0, 98% 1%, 100% 100%, 0 100%);
	background-color: #CE1F36;
	color: #ffffff;
	padding: 2px 0px;
	font-family: 'Arial';
}
.rank_box{
	margin-top: 10px;
}
.rank_box img{
	width: 40px;
	margin-bottom: 5px;
}
.rank_box p{
	margin-top: 10px;
	font-size: 15px;
	font-family: 'Arial';
}

.rank_box{
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
	position: relative;
	display: table;
	width: 100%;
}

.rank_box::before{
	content: 'Least Likely';
    color: #645130;
    font-family: 'Arial';
    font-size: 14px;
    background-color: #ffffff;
    padding: 5px 20px;
    position: absolute;
    bottom: -15px;
    left: 460px;
}
.rank_box::after{
	content: 'Most Likely';
    color: #645130;
    font-family: 'Arial';
    font-size: 14px;
    background-color: #ffffff;
    padding: 5px 20px;
    position: absolute;
    bottom: -15px;
    right: 20px;
}

.branch_exp span{
	font-size: 16px;
	color: #C7222A;
	font-family: 'Arial';
	padding: 9px;
}





	/*SECTION 2 END*/


/*FOOTER START	*/

.gray_band{
	background-color: #77787B;
	padding: 20px;
}
.gray_band p{
	color: #ffffff;

}
.gray_band a{
	color: #ffffff;
	padding-left: 10px;
	font-size: 15px;
}
footer a{
	color: #3B3839;
}
footer a:hover{
	color: #3B3839;
}
footer p{
	font-family: 'calibri'!important;
	margin-bottom: 0px;
	font-size: 15px;
}
.footer1{
	text-align: center;
	padding: 20px 0px;
}
 .footer2, .footer3{	
	border-top: 1px solid #3B3839;
	padding: 20px 0px;
	text-align: center;
}
/*FOOTER END	*/



	/*NEW SECTION*/
.branch_exp{
	border: 1px solid #000000;
    padding: 20px 12px 20px 20px;
}

.btn-ext{
	align-content: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.sub-btn{
	border-radius: 6px;
	background-color: #746F61;
	color: #ffffff;
	font-family: 'Arial';
	border-color: #746F61;
	outline: none!important;
	box-shadow: none!important;
	font-size: 16px;
	padding: 5px 40px;
}
.sub-btn:active{
	background-color: #746F61;
	border-color: #CC1F35;
}
.sub-btn:focus{
	background-color: #CC1F35!important;
	border-color: #CC1F35!important;
}
.sub-btn:hover{
	background-color: #CC1F35;
	border-color: #CC1F35;
}
	/*NEW SECTION*/


	/*parameters SECTION START*/

.parameters p{
	font-size: 16px;
	font-family: 'Arial';
	margin: 0px!important;
}

.parameters .thead{
	font-size: 16px;
	font-family: 'Arial';
	color: #C7222A!important;
	text-align: center;
	padding: 9px;
	margin: 0px!important;
}
.bg-gray{
	background-color: #E1E1E1!important;
	padding: 10px 0px;
	margin-bottom: 3px;
}
	/*parameters SECTION END*/


	/*feedback_text SECTION START*/

.feedback_text textarea{
	border-radius: 2px;
	outline: none!important;
	box-shadow: none!important;
	border-color: #959595;
	resize: none!important;
	position: relative;
	background-image: url('/_Layouts/15/ABC/FINPLFABTUS/Referral/images/textarea-shade.png');
	background-repeat: no-repeat;
}
.feedback_text textarea:focus{
	border-color: #CC1F35;
}
	/*feedback_text SECTION END*/


	/*recommend_lead SECTION START*/


.recommend_lead input{
	background-color: #EBEBEB;
	border-radius: 1px;
	outline: none!important;
	box-shadow: none!important;
}
.recommend_lead input:focus{
	border-color: #CC1F35;
}
.recommend_lead span{
	color: #777;
	font-style: italic;
}
.recommend_lead p{
	font-size: 16px;
	font-family: 'Arial';
}
	/*recommend_lead SECTION END*/



	/*SECTION 3 START*/
.feedback{
	margin-top: 30px;
}
.feedback p{
	font-weight: bold;
	color: #CE1F36;
	font-size: 20px;
}
.feedback textarea{
	resize: none;
	background-color: #F0F0F0;
	border-radius: 1px;
}
.feedback textarea:focus{
	outline: none;
	box-shadow:none;
	border-color: #CE1F36;
}
.feedback textarea:action{
	outline: none;
	box-shadow:none;
	border-color: #CE1F36;
}
input[type='radio']{
	border:none;
	box-shadow: none;
}
input[type='radio']:focus{
	outline: none;
	box-shadow:none;
	border-color: #CE1F36;
}
input[type='radio']:action{
	outline: none;
	box-shadow:none;
	border-color: #CE1F36;
}
	/*SECTION 3 END*/

	/*SECTION 4 START*/

.personal_details{
	margin-top: 30px;
	margin-bottom: 50px;
}
.personal_details_heading{
	border-bottom: 2px solid #CE1F36;
}
.personal_details_heading p{
	font-weight: bold;
	color: #CE1F36;
	font-size: 20px;
}
.personal_details_form{
	margin-top: 20px;
}
.personal_details_form p{
	font-size: 17px;
	font-weight: bold;
	padding-top: 6px;

}
.personal_details_form input{
	background-color: #F0F0F0;
	border-radius: 1px;
	height: 40px;

}
.personal_details_form input:focus{
	outline: none;
	box-shadow:none;
	border-color: #CE1F36;
}
.personal_details_form input:active{
	outline: none;
	box-shadow:none;
	border-color: #CE1F36;
}
.personal_details_form  .row{
	margin-bottom: 20px;
}
.recommend_lead button{
	background-color: #CE1F36;
	color: #ffffff!important;
	border-radius: 0px!important;
	font-size: 15px!important;
	font-weight: bold!important;
	outline: none!important;
	box-shadow: none!important;
	border:none!important;
	height: 25px;
    width: 23px;
	margin: 0px 10px 20px 0px;
	padding: 0px;
}
.recommend_lead button:focus{
	outline: none!important;
}

small{
	font-size: 12px!important;
    font-style: italic;
}
.service_request .emogi{
	padding: 20px 0px 10px 0px;
}

.pointer_main{
	width: 2px;
	padding-right: 0px
}
.pointer{
	width: 2px;
	padding-right: 0px
}
.service_request_box_main .pointer{
	width: 10px!important;
	padding-right: 0px
}
.service_request_box{
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.service_request_box_main .title{
	padding-left: 0px;
}
.service_request-box{
	background-color: #ffffff;
    padding: 0;
}
.service_request_box span{
	color: #D52138;
}
.modal-body{
	padding: 50px 50px;
}

.modal-content{
	background-color: #D52138;
}
.modal-body button{
	color: #ffffff!important;
	outline: none!important;
	opacity: 1;
}
.modal-body p{
	color: #ffffff!important;
}

	/*SECTION 4 END*/

	/*feedback_details start*/
.feedback_details input{
	background-color: #EBEBEB;
	border-radius: 2px;
	outline: none;
	border: none;
	box-shadow: none;
}
.feedback_details input:hover{
	box-shadow: none!important;	
	outline: none!important;	
}
.feedback_details input:active{
	box-shadow: none!important;	
	outline: none!important;	
}
.feedback_details input:focus{
	box-shadow: none!important;	
	outline: none!important;	
}
.error_msg{
	color: #D52138;
}
	/*feedback_details end*/


	/*MEDIA QUERIES START*/

@media screen and (max-width: 1200px){
	.ml50{
		margin-left: 30px!important;
	}

}
@media screen and (max-width: 991px){
	.ml50{
		margin-left: 0px!important;
	}
	.parameters .text-center{
		text-align: left!important;
	}
	.parameters p {
		padding-bottom: 15px;
	}
	.rank_box::before{
	left: 450px;
	}

}
@media screen and (max-width: 767px) {
 	.brand_logo img{
		width: 35%;
		margin-left: 15px;
	}
	.heading h2{
		font-size: 40px;
	}
	.heading p{
		font-size: 20px;
	}
	.rank_heading {
	    clip-path: none!important;
	    padding: 2px 5px;
	}
	.rank_heading h2{
		font-size: 30px;
	}
	.service_request_box{
		padding-left: 0px;
	}
	.rank_box::before{
	left: 20px;
	}
	
}

@media screen and (max-width: 560px){
	.heading h2 {
	    font-size: 32px;
	    margin-top: 0px;
	}
	.heading p {
	    font-size: 17px;
	}
	
	.rank_box::before{
	left: 20px;
	}
	
	.cont-box{
	border-left: 45px solid #dbc5a0;
	}

	.cont-box img{
	width: 15%;
	}
	
	.cont-box p{
	font-size:15px;
	}
}
@media screen and (max-width: 360px){
	.heading h2 {
	    font-size: 24px;
	    margin-top: 0px;
	}
	.heading p {
	    font-size: 15px;
	}

	section{
		padding: 10px 0px;
	}
	.primary-txt{
		font-size: 15px;
	}
	.branch_exp span {
	    font-size: 13px;
	}
	.parameters p{
	    font-size: 13px;
	}
	.parameters .thead{
	    font-size: 13px;
	}
	.recommend_lead p {
	    font-size: 13px;
	}
	.recommend_lead span{
		font-size: 12px;
	}
	.feedback_details p{
		font-size: 15px;
	}
	.service_request_box_main p {
	    font-size: 17px;
	}
	.service_request_box p{
		font-size: 17px;
	}
	.service_request_box span {
	    font-size: 16px;
	}
	
	.cont-box{
	border-left: 45px solid #dbc5a0;
	}

	.cont-box img{
	width: 35%;
	}
	
	.cont-box p{
	font-size:14px;
	}
}

/* The Modal (background) */
.modal {
  display: hide; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999 !important; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-img{
	width: 15%;
	display: contents;
	align-content: center;
}

.modal-content p{
	padding-top: 10px;
	font-size: 24px;
	color: #c7222a;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
	text-align: center;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

