/* ================
 * Fonts
 * =============== */
@font-face {
    font-family: 'FS Me Web Regular';
    src: url('../fonts/FSMeWeb-Regular.eot'); /* IE9 */
    src: url('../fonts/FSMeWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/FSMeWeb-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/FSMeWeb-Regular.svg#FS Me Web Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'FS Me Web Light';
    src: url('../fonts/FSMeWeb-Light.eot'); /* IE9 */
    src: url('../fonts/FSMeWeb-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/FSMeWeb-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/FSMeWeb-Light.svg#FS Me Web Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'FS Me Web Bold';
    src: url('../fonts/FSMeWeb-Bold.eot'); /* IE9 */
    src: url('../fonts/FSMeWeb-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/FSMeWeb-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/FSMeWeb-Bold.svg#FS Me Web Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ========================
 * General
 * ======================*/

body {
    width: 100%;
    font-family: "FS Me Web Light";
    font-size: 16px;
    background: #f9f9f9;
}

input:focus, button:focus {
    outline: 0;
}
.container-fluid {
    padding: 0;
}
.row {
    margin: 0;
}

h1, h2, h3, h4 {
    font-family: "FS Me Web Light";
}
.wrapper > .container {
    box-shadow: 0px 1px 10px #c5c5c5;
    padding: 0;
}
.mobile-content { display:none; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline:0;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.panel-default, .panel-heading {
	padding:0 !important;
	border:0 !important;
	border-radius:0 !important;
	margin:0 !important;
}
.maintainance_msg {
	display:none;
}
.footer-link-li-a, .footer-link-li-a:hover {
	color: #fff;
}
/* ======================
 * Header
 * ===================== */
header .col-sm-3.col-md-3, header .col-sm-9.col-md-9 {
    padding: 0;
}
.top-menu .logo {
    color: #fff;
    overflow: hidden;
}
.top-menu .logo img{
    max-width: 100%;
    max-height: 100%;
}
.top-menu .logo span {
    clear: both;
    display: block;
    font-size: 26px;
    
}
.top-menu .col-sm-5, .top-menu .col-sm-1, .top-menu .col-sm-6 {
    padding: 0;
}
.logo h2 {
    color: #5a2048;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}
.logo span.light-color {
    color: #b492b1;
    display: inline-block;
    font-size: 40px;    
}
.logo span.dark-color {
    color: #5a2048;
}
header {
    background: #fff;
    padding: 20px 20px 20px 50px;
    float: left;
    display: block;
    width: 100%;    
}
.top-menu {
    float: left;
    width: 100%;
    display: block;
}
.top-menu a {
    color: #fff;
}
p.align-right {
    color: #4f4f4f;
    margin: 0;
}


/* ========================
 * Main Content
 * =========================== */
.main_content {
    display: block;
    float: left;
    width: 100%;
    background: url(../media/1079/krpl.png) no-repeat;
    background-position: 100% 0;
    min-height: 638px;
    margin-bottom: 100px !important;
    border-bottom: 1px solid #bfbfbf;
    background-size: 100% 100%;
}
.left-content {
    background: #fff;
    min-height: 700px;
    padding: 0;
}
.about h2 {
    margin-top: 0;
	font-size: 26px;
    font-weight: 300;
	margin-bottom:20px;
}
.about {
    opacity: 0.79;
    background-color: #50213F;
    color: #fff;
    padding: 50px;
    position: relative;
}
.about p {
    font-size: 18px;
}
/*.about:before {
    content: "";
    filter: blur(8.7px);
    background: #40374e;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
}*/
.bg-img {
    overflow: hidden;
	display:none;
}
.bg-img img {
    max-width: 100%;
    max-height: 100%;
}
.user-login {
    padding: 40px 50px 0 50px;
    text-align: center;
}
.user-login h3 {
    color: #3f2652;
    font-size: 22px;
	margin-bottom: 18px;
}
.user-login p {
    color: #9a2257;
    font-size: 16px;
    padding: 0 ;
    margin-bottom: 20px;	
    line-height: 18px;
}



.user-form input {
    border-radius: 0;
    min-height: 50px;
    border: 2px solid #c1c1c1;
    text-transform: lowercase;	
    font-size: 18px;
    letter-spacing: 3.4px;
    color: #39393a;
}


input#macc_no::-webkit-input-placeholder {
  font-size: 16px;
  color: #989898;
  letter-spacing: normal;
}
input#macc_no::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  color: #989898;
  letter-spacing: normal;
}
input#macc_no::-ms-input-placeholder { /* IE 10+ */
  font-size: 16px;
  color: #989898;
  letter-spacing: normal;
}

input[type=number].form-control::-webkit-outer-spin-button,
input[type=number].form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].form-control {
    -moz-appearance:textfield;
}

.user-form input:focus {
    outline: 0;
    box-shadow: none;
    border: 2px solid #c1c1c1;
}
.user-form button {
    width: 100%;
    margin: 10px 0;
    border-radius: 0;
    background: #ac376a;
    min-height: 50px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.user-form button:hover, .user-form button:focus {
    background: #ac376a;    
    color: #fff;
    border: 0;
    outline: 0;
}
.user-form {
    max-width:65%;
    margin: 0 auto;
}
p.errmsg {
	color:#c00004;
	font-size:16px;
	display:none;
	text-align: left;
    margin: 0 0 10px 0;
}

.blk-content a.pdfdwnldPut{
	margin-top:16px !important;
}

/* =====================
 * Footer
 * ==================== */
footer.container-fluid {
    display: block;
    float: left;
    width: 100%;
    background: #5b585c;
    color: #fff;
    padding: 30px 50px;
    position: relative;
}
ul.footer-links {
    padding: 0;
}
ul.footer-links li {
    list-style-type: none;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #fff;
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
}
.footer-bottom {
    display: block;
    clear: both;
    margin-top: 20px;
    float: left;
    width: 100%;
}
ul.footer-links li:first-child {
    padding-left: 0;
}
ul.footer-links li:last-child {
    border: 0;
    text-decoration: none;
    cursor: default;
}
ul.footer-links li:hover {
    font-weight: bold;
}
ul.footer-links li:last-child:hover {
    font-weight: normal;
}

/* =========================
 * Inner Page
 * ======================= */
.inner-page .main_content {
    margin-bottom: 0;
}
.info-section {
    display: block;
    width: 100%;
    float: left;
}
.pull-down {
    text-align: center;
}
.pull-down .clckaft{
    opacity: 0;
}
.pull-down a:hover .clckaft{
    opacity: 1;
}
.pull-down a:hover .clckbfr{
    opacity: 0;
}
img.clckbfr {
    margin-top: -25px;
    position: relative;
    margin-left: 0px;
}
img.clckaft {
    margin-top: -25px;
    position: relative;
    margin-left: -44px;
}
.thankyou-section {
    text-align: center;
    padding: 25px 0;
}
.thankyou-section h3 {
    color: #3f2652;
    font-size: 22px;
}
.thankyou-section p {
    color: #3f2652;
    font-size: 16px;
    padding: 0 120px;
}
.thankyou-section button {
    clear: both;
    max-width: 50%;
    background: #80718a;
    text-transform: uppercase;
    display: block;
    color: #fff;
    min-width: 50%;
    margin: 15px auto;
    border-radius: 0;
    padding: 15px;
    font-size: 18px;    
}
.thankyou-section button.contactus {
    background: #645c6e;
}
.thankyou-section button:hover {
    color: #fff;
    background-color: #2d2731;
    text-decoration: underline;
}
.thankyou-section button:focus {
    outline: 0;
    color: #fff;
}
.thankyou-section p:last-child {
    padding: 0;
}
.thankyou-section a:hover {
	text-decoration:none;
}

/* Downloads */
.downloads {
    text-align: center;
    padding: 30px;
}
.downloads h3, .downloads h4 {
    color: #3f2652;
}
.downloads h3 {
    font-size: 26px;
}
.downloads > h4 {
    font-size: 18px;
    max-width: 500px;
    margin: 0 auto;
    line-height: 23px;
    margin-bottom: 30px;    
}
.downloads .row {
    margin-bottom: 30px;
}
.blk {
    float: left;
}
.blk h4 {
    background-color: #574f61;
    font-size: 20px;
    color: #fff;
    text-align: left;
    padding:12px  30px;
    margin-bottom: 0;
}
.blk-content {
    background: #fff;
    text-align: left;
    padding:20px 30px 25px;
    font-size: 18px;
    float: left;
    display: block;
    color: #301a40;
    box-shadow: 4px 5px 10px 2px rgba(224, 224, 224, 0.5);    
}
.blk-content a.pdfdwnld {
    border-radius: 6px;
    background-color: #f6f6f6;
    border: solid 2px #80718a;
    font-size: 18px;
    padding: 6px 15px;
    color: #574f61;
    display: block;
    float: left;
    min-width: 200px;
    margin: 40px 0 0 0;
	cursor:pointer;
}
.blk-content a.pdfdwnld span.txt {
    float: left;
    margin-top: 5px;
}
.blk-content a.pdfdwnld span.pdficon {
    width: 24px;
    height: 30px;
    float: right;
    display: block;
    
}
.blk-content a.pdfdwnld span img {
    max-width: 100%;
    max-height: 100%;
}
.mobile-content .pdficon {
    width: 27px;
    height: 35px;
    overflow: hidden;
    float: left;
}
.contact .mobile-content .pdficon {
    width: 30px;
    height: 32px;
}
.mobile-content .pdficon img {
    max-width: 100%;
    max-height: 100%;
}
span.show-arr {
    width: 30px;
    height: 30px;
    overflow: hidden;
    float: right;
}
span.show-arr img {
    max-width: 100%;
    max-height: 100%;
}
span.mobile-title {
    display: block;
    float: left;
    max-width: 75%;
    padding: 0 0 0 20px;
	line-height: 23px;
    font-weight: 300;
}
img.up-arr {
    display: none;
}
.blk-content a.pdfdwnld:hover {
    background: #2d2731;
    color: #fff;
    font-weight: bold;
    border: solid 2px #2d2731;
    text-decoration: underline;
}
.blk-content a.pdfdwnld:hover .txt {
    text-decoration: underline;
}
a.pdfdwnld .icon-light {
	display:none;
}
a.pdfdwnld:hover .icon-dark {
	display:none;
}
a.pdfdwnld:hover .icon-light {
	display:block;
}
.mobile-content button[aria-expanded="true"] .up-arr {
    display: block;
}
.mobile-content button[aria-expanded="true"] .down-arr {
    display: none;
}
.mobile-content button {cursor : pointer;}
.mobile-content .blk:last-child .panel-collapse .download-mobile {
    border-bottom: 3px solid #afafaf;
}
/* Contact */
.contact {
    text-align: center;
    background: #fff;
    border-top: solid 2px #bfbfbf;
    padding: 40px 40px 20px 40px;
    color: #3f2652;
	float: left;
    width: 100%;
    display: block;
}

.contact > h3{
	font-size: 26px;
}

.phone-blk {
    background-color: #fbfbfb;
    box-shadow: 0 2px 4px 0 rgba(224, 224, 224, 0.5);
    border: solid 2px #645c6e;
    min-height: 340px;
    text-align: left;
    max-width: 31.3%;
    margin-right: 30px;
    border-radius: 4px;
    padding: 0 25px;
}
.phone-blk:last-child {
    margin-right: 0;
}
.phone-blk h3 {
    color: #301a40;
    font-size: 22px;
    line-height: 26px;
    min-height: 55px;
	padding-top:10px;
}
.phone-blk p {
    color: #ac376a;
    line-height: 26px;
    font-size: 18px;
}
.phone-blk ul {
    padding: 0 20px;
    min-height: 52px;
	margin:0;
}
.phone-blk h4:nth-of-type(1){
    font-size: 24px;
    line-height: 26px;
    color: #ac376a;
    margin: 30px 0 10px 0;
	min-height:30px;
}
span.phoneicon {
    display: block;
    float: left;
    width: 24px;
    height: 26px;
    margin-right: 10px;
}
span.phoneicon img {
    max-width: 100%;
    max-height: 100%;
}
.timings .col-sm-6.col-md-6, .timings .col-sm-6.col-md-6 {
    padding: 0;
}
.timings .col-sm-6.col-md-6:last-child p {
    text-align: right;
}
.timings p {
    font-size: 16px;
    color: #333333 !important;
    line-height: 18px;
    margin: 0;
}
p.closing {
    font-size: 16px;
    color: #3f2652 !important;
    line-height: 25px;
    font-style: italic;
}
.timings {
    min-height: 90px;
}
.timings h4 {
    color: #3f2652 !important;
    font-size: 16px !important;
    text-decoration: underline;
	margin:0 !important;
}
.phone-blk ul li {
    color: #3f2652;
    font-size: 16px;
    line-height: 21px;
}
.contact > h4 {
    max-width: 520px;
    margin: 20px auto;
    line-height: 23px;
	font-size: 18px;
}
p.note {
    max-width: 86%;
    margin: 25px auto;
    line-height: 15px;
}
.phone-blk:nth-child(2) p {
    color: #595959;
    font-size: 16px;
}
.phone-blk:nth-child(2) p a {
    color: #ac376a;
    text-decoration: underline;
	cursor: pointer;
}
.phone-blk:nth-child(2) p a:hover {
    font-weight: bold;
}

/* =======================
 * Privacy
 * ===================== */
#privacy {
    
    float: left;
    width: 100%;
    padding: 0px 40px 30px;
    border-bottom: 80px solid #5b585c;
	opacity:0;
}
#privacy h3 {
    color: #5b585c;
    font-size: 22px;
    float: left;
    width: 100%;    
}
.close {
    background: #ac376a !important;
    padding: 10px 20px !important;
    display: block;
    opacity: 1;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    border-radius: 0;
}
.close:hover, .close:focus {
    background: #ac376a !important;
    opacity: 1;
    color: #fff;
    outline: 0;
}
.pcontent, .tcontent, .ccontent {
    display: none;
    width: 100%;
    margin-top: 20px;
    float: left;
}

.pcontent p, .tcontent p, .ccontent p{
    color: #5b585c;
}


/* =========================
 * Mobile Design
 * ======================= */
.download-mobile { padding:20px;}
.download-mobile ul li {
    font-size: 16px !important;
    line-height: 32px;
}
.download-mobile span.txt {
    float: left;
    display: block;
    padding-top: 18px;
}
.download-mobile h4 span.phoneicon {
    float: right;
    width: 54px;
    height: 54px;
    display: block;
}
.download-mobile h4 {
    padding: 10px 0;
    border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
    font-size: 32px !important;
    min-height: 54px !important;
    float: left;
    width: 100%;
    margin: 0 !important;
}
.download-mobile .timings h4 {
    font-size: 14.3px !important;
    color: #4a4a4a !important;
    margin: 0 !important;
    min-height: auto !important;
    border: 0;
}
.download-mobile .timings p {
    font-size: 14.3px !important;
}
.download-mobile p.closing {
    font-size: 14.3px !important;
    font-style: normal;
    color: #333333 !important;
}
p.mobile.note {
    max-width: 100%;
    color: #333333;
    font-size: 14px !important;
}
.phone-blk:nth-child(2) .download-mobile p:nth-of-type(1) {
    font-size: 16px;
}
.download-mobile p.addr {
    font-size: 22px;
}
.downloads .download-mobile {
    padding: 25px 30px;
    text-align: left;
    float: left;
    width: 100%;
}
.downloads .download-mobile p {
    color: #301a40;
    font-size: 14px;
}
.downloads .download-mobile .pdfdwnld {
    border-radius: 2px;
    background-color: #f6f6f6;
    border: solid 1.5px #80718a;
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 16px;
	margin-top: 10px;
}
.downloads .download-mobile .pdfdwnld span.txt {
    padding-top: 0;
    line-height: 35px;
    color: #574f61;
    width: 85%;
    text-align: center;
}
.downloads .download-mobile .pdfdwnld .pdficon {
    float: right;
}
.downloads span.show-arr {
    line-height: 40px;
}

/* ==========================
 * FAQs
 * ======================== */
.faqs .panel.panel-default {
    margin: 10px 0 !important;
}
.faqs button, .faqs button:active, .faqs button:focus, .faqs button:hover {
    background: transparent;
    border-radius: 0;
    border: 0;
    width: 100%;
	font-size:20px;
}
.faqs .panel-heading {background: #574f61;}
.faqs {
    padding: 40px;
}
.faqs button[aria-expanded="true"] .up-arr {display:block;}
.faqs button[aria-expanded="true"] .down-arr {display:none;}
.faqs button[aria-expanded="false"] .up-arr {display:none;}
.faqs button[aria-expanded="false"] .down-arr {display:block;}
.faqs .panel-collapse {
    padding: 20px 30px;
}









/* ============================
 * Media Queries
 * ========================== */


@media only screen and (max-width:1199px) {
    .main_content {
        background-size: cover;
    }
	.user-login h3 {
		max-width:95%;
		margin:0 auto;
	}
	.user-login p {
		max-width:95%;
		margin:10px auto;
	}	
}

@media only screen and (min-width:980px) and (max-width:1199px) {
    .user-login p {
        padding: 0;
    }
    .user-login .user-form {
        max-width: 80%;
    }
    .main_content {
        background-position: 50% 0%;
    } 
	
	thankyou-section h3 {
	    font-size: 18px;
	}
	
	.about p {
    	font-size: 14px;
	}

}

@media only screen and (max-width:1199px) {

	
	h3 {font-size:18px;}
	h4 {font-size:16px;}
	header {
		padding: 20px 20px 20px 32px;
	}
	.top-menu p.align-right {
    	font-size: 12px;
	}
	.top-menu .logo {
    	max-width: 150px;
	}
	.about h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.about {
		font-size: 14px;
		padding: 32px;
	}
	.thankyou-section p {   
		max-width: 85%;
		margin: 0 auto;
		padding:0;
		word-wrap:break-word;
	}
	.thankyou-section p a button {
		width: 100%;
		max-width: 95%;
	}
	.blk h4, .blk p {font-size:14px;}
	.blk h4 {padding:20px 15px;} 
	.blk p {padding:0;}
	.blk-content {padding:15px;}
	.downloads {
		text-align: center;
		padding: 30px 10px;
		float: left;
		width: 100%;
		display: block;
		background: #ededed;		
	}
	.contact {
		padding: 10px 10px 10px 20px;
	}
	.downloads h3 {font-size:22px;}
	.contact h3 {font-size:22px;}
	.phone-blk {
		max-width: 31.5%;
		margin-right:15px;
		padding:0 16px;
		min-height: 320px;
	}	
	.phone-blk h3, .phone-blk h4 {
		font-size: 18px;
		line-height: 18px;
	}	
	.phone-blk h3 {min-height:40px;}
	.phone-blk > h4 {margin:15px 0;}
	.phone-blk h4 {min-height:30px;}
	.phone-blk p {font-size:14px;}
	.phone-blk:nth-child(2) p {font-size:12px;line-height: normal;min-height:60px;}
	.timings h4 {font-size:12px;min-height:auto !important;}
	.timings p {font-size:12px; font-weight:normal;min-height:auto !important;}
	.phone-blk ul li{font-size:12px;}
	.phone-blk ul{padding:0 15px; min-height:60px;}
	p.closing{font-size:12px; line-height:normal;min-height:auto !important;}
	p.note {font-size:12px; max-width:85%;    margin-bottom: 0;}
	footer.container-fluid{padding:40px 32px; font-size:12px;}
	.phone-blk h4:nth-of-type(1) {margin:0 0 10px 0; font-size:18px;}
	
}

@media only screen and (min-width:768px) and (max-width:979px) {
    .user-login p {
        padding: 0;
    }
    .user-login .user-form {
        max-width: 100%;
    }
    .main_content {
        background-position: 70% 0%;
    }
	.blk h4 {		
		min-height: 70px;
	}
	.user-login h3 {
		font-size: 18px;
	}
	
	.thankyou-section button {
    	font-size: 12px;
	}
	
	thankyou-section h3 {
	    font-size: 18px;
	}
	
	.about p {
    	font-size: 14px;
	}
	.faqs span.mobile-title {font-size:14px;white-space:pre-wrap;text-align:left;padding:0;}
	
}


@media only screen and (max-width:767px) {
	

	.downloads h3, .thankyou-section h3 {
    	font-size: 24px;
		font-weight: bold;
	}
	.contact {
		border-top:0;
	}
	
	p.errmsg {
	    text-align: center;
	}
	
	.main_content {
    background-image: none;
	}
	
	.user-login h3 {
		font-size: 20px;
	}
	
	.user-login p {
	    font-size: 14px;
	}

    .user-login p {
        padding: 0;
    }
    .user-login .user-form {
        max-width: 100%;
    }
    p.align-right {
        border-top: 1px solid #bebebe;
        margin-top: 10px;
        padding-top: 10px;
    }
    header {
        padding: 20px 30px;
    }    
    footer.container-fluid {
        padding: 40px 30px;
    }
    .user-login {
        padding: 40px 30px 0 30px;
    }
    .about {
        padding: 30px 30px;
    }
	
	.about h2 {
		font-weight: bold;
		max-width: 207px;
	}
	
	.phone-blk {
		max-width:100%;
		min-height: auto;
		border-radius: 0;
		padding: 0;
		border-top: 1px solid #fff;
		width: 100%;
		margin: 0;
		border:0;
	}
	.mobile-content { display:block; }
	.desktop-content { display:none; }
	.blk {
		float: left;
		width: 100%;		
		padding: 0;
		margin: 0;		
	}	
	.mobile-content button {
		background: #575061;
		border: 0;
		width: 100%;
		text-align: left;
		border-radius: 0;
		border-top: 1px solid #fff;
		white-space: pre-wrap;
		padding: 15px 25px;
    	font-size: 18px;
	}	
	.mobile-content .btn-primary:hover {
		color: #fff;
		background-color: #575061;
		border-color: #fff;
	}
	.mobile-content .btn-primary.active, .mobile-content .open>.dropdown-toggle.btn-primary, .mobile-content .btn-primary.focus, .mobile-content .btn-primary:focus {
		color: #fff;
		background-color: #575061;
		border-color: #fff;		
	}
	.mobile-content button[aria-expanded="true"] {
    	background: #36323c !important;
	}
	.mobile-content button[aria-expanded="true"]:hover {
    	background: #36323c;
	}
	.mobile-content button[aria-expanded="true"] .up-arr {
   	 padding-top: 42%;
	}
	
	.contact, .downloads {
		padding-left:0;
		padding-right:0;
		padding-bottom:40px;
	}
	p.note {
    	display: none;
	}
	p.mobile.note {display:block;}
	.downloads .row {margin-bottom:0;}
	.contact > h3, .contact > h4, .downloads > h3, .downloads > h4 {
    	padding: 0 25px;
	}
	.pull-down {
		text-align: center;
		display: none;
	}
	.thankyou-section p a button {
		background: #645c6e;
	}
	.thankyou-section button.contactus {
		background: #80718a;
	}
	.phone-blk:last-child {		
		box-shadow: none;
	}
	.phone-blk:last-child .download-mobile {border-bottom: 3px solid #afafaf;}
	ul.footer-links li {padding:0 8px;}
	ul.footer-links li:last-child {
    	border-left: 1px solid #fff;
	}
	ul.footer-links li:nth-child(3) {
    	border-right: 0;
	}
	.contact .mobile-content button {
    	background: #80728a;
	}
	.contact .mobile-content button[aria-expanded="true"]:hover {background: #473f4d;}
	.contact .mobile-content .btn-primary.active, 
	.contact .mobile-content .btn-primary:active, 
	.contact .mobile-content .open>.dropdown-toggle.btn-primary, 
	.contact .mobile-content .btn-primary.focus, .contact .mobile-content .btn-primary:focus {background: #80728a;}
	.faqs span.mobile-title {font-size:12px;white-space:pre-wrap;text-align:left;padding:0;}
	.faqs {
    	padding: 0 20px;
	}
}

.desktop-content h4 a, .download-mobile h4 a{
    color: #ac376a !important;
    text-decoration: none !important;
}

.faqs .desktop-accordion-block {
    margin-top: -100px;
}

.info-section .pull-down {
    margin-top: -100px;
}

/* -- mortgages-help-and-support starts -- */

.main_content.onlyMortHelp {
    display: none;
}

.mortHelpSupportMain {
    margin: 139px 0 0 0;
    padding: 0 0 20px 10px;
}

.info-section.bgWhiteOnly {
    background: white;
}

.mortHelpSupportMain h1 {
    font-family: 'FS Me Web Bold';
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #333;
}

.mortHelpSupportMain p {
    font-family: 'FS Me Web Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    padding-left: 13px;
    margin-bottom: 19px;
}

.mortHelpSupportMain h3.morthelpTileHead {
    background: #50213f;
    font-family: 'FS Me Web Regular';
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding: 8.5px 13px 6.5px 13px;
}

.mortHelpSupportMain a.morthplPhoneLink {
    font-family: 'FS Me Web Bold';
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #50213f;
    font-weight: 500;
}

.mortHelpSupportMain a.morthplTextLink {
    font-family: 'FS Me Web Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    text-decoration: underline;
}

.mortHelpSupportMain a.morthplTextLink:hover {
    text-decoration: none;
}

.mortHelpSupportMain h5 {
    font-family: 'FS Me Web Bold';
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #50213f;
    padding-left: 13px;
    margin: 0px;
}

.mortHelpSupportMain h5.firstFFive {
    margin-top: -12px;
}

.mortHelpSupportMain h5.lastFive {
    margin-bottom: 15px;
}

.mortHelpSupportMain p.noPadding {
    padding-left: 0px !IMPORTANT;
}

.mortHelpSupportMain h4 {
    font-family: 'FS Me Web Bold';
    font-size: 15px;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    padding: 6px 0 0 13px;
}

.mortHelpSupportMain ul li {
    position: relative;
    list-style: none;
    font-family: 'FS Me Web Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    padding: 0 0 10px 16px;
}

.mortHelpSupportMain ul li::before {
    content: "";
    background: #333333;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 6px;
}

.mortHelpSupportMain ul {
    padding-left: 22px;
}

.mortHelpSupportMain ul li a {
    font-family: 'FS Me Web Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    text-decoration: underline;
}

.mortHelpSupportMain ul li a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .mortHelpSupportMain {
        margin: 121px 0 0 0;
        padding: 0 0 20px 0px;
    }
    
    .bgGrayRespsvOnly {
        background: #ffffff !important;
        padding: 0 10px;
    }
    
    .mortHelpSupportMain h1 {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .info-section.bgWhiteOnly.bgGrayRespsvOnly .faqs {
    padding: 40px 35px;
}

.mortHelpSupportMain {
    padding: 0 0 0px 0px;
}
}
/* -- mortgages-help-and-support ends -- */

/* Latest bootstrap - starts */
.wrapper>.container {
    overflow: hidden;
}

.top-menu {
    display: flex;
}

span.pull-right {
    float: right;
}
.wrapper.inner-page a {
    color: #337ab7;
    text-decoration: none;
}
.btn-primary:active:focus {
    box-shadow: none;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none;
}
.panel-collapse.collapse.in{
    display: block;
}
.footer-link-li-a, .footer-link-li-a:hover {
    color: #fff !important;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none !important;
}
span.mobile-title{
    max-width: 90%;
}
.panel {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
@media only screen and (max-width: 575px) {
 .top-menu {
    display: block;
    }
.left-content {
    min-height: 730px;
}
}
/* Latest bootstrap - ends */

.ErrPage {
    text-align: center;
    padding: 100px 0 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.ErrPage div {
    width: 100%;
}
.HmMap a {
    text-decoration: underline !important;
}

/* Latest bootstrap 5.3.7 starts */

.faqs .accordion-item {
    margin: 10px 0 !important;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.faqs .accordion-header {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    background: #574f61;
}

.faqs .accordion-button::after {
    display: none;
}

.faqs button.accordion-button {
    justify-content: space-between;
    color: #fff;
    padding: .375rem .75rem;
}

.faqs button, .faqs button:active, .faqs button:focus, .faqs button:hover {
    box-shadow: none !important;
}
.faqs .accordion-body .img-fluid {
    width: 80%;
    height: 80%;
}
/* Latest bootstrap  5.3.7 - ends */