body, html{
	overflow-x:hidden !important;
	overflow-y: visible !important; 
}
img {max-width: 100%;}

.home-content ul.nav-pills {
    background: #d9d8d8;
}

.home-content ul.nav-pills li {
    border-radius: 0;
    position: relative;
    text-align: center;
    width: 25%;
    margin: 0;
}

.home-content ul.nav-pills li a {
    background: #d9d8d8;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 17px;
    line-height: 25px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}
.home-content ul.nav-pills li.active a,
.home-content ul.nav-pills li:hover a {
    background: #8cc543;
    color: #000;
}


.home-content ul.nav-pills li::after {
    border-color: #d9d8d8 transparent transparent;
    border-style: solid;
    border-width: 7px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 10px;
}
.home-content ul.nav-pills li.active::after,
.home-content ul.nav-pills li:hover::after {
    border-color: #8cc543 transparent transparent;
}

.home-content ul.nav-pills li::before {
  background: url("../images/hl-content/divider-tab.png") no-repeat scroll right center;
  content: "";
  display: block;
  height: 35px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 5px;
  z-index: 10;
}

.home-content ul.nav-pills li:last-child:before {
  display: none;
}

/*-- Tab Content Styling --*/
.home-content {
  margin: 25px 0 0;
}

.home-content .tab-content .tab-pane {
  padding: 20px 0;
}

.home-content .nxt-sec p {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 15px;
}

.home-content .nxt-sec p:last-child {
  padding-bottom: 0;
}

.home-content .nxt-sec {
    margin: 0 0 10px;
}

.cstm-content ol{padding-left:20px;}

.home-content .nxt-sec.grey-bg {
  background: #e0e0e0;
  border-bottom: 2px solid #112c43;
  border-radius: 5px;
  padding: 0;
}

.home-content .nxt-sec.grey-bg h3.heading-cstm {
  border-radius: 5px 5px 0 0;
   margin: 0;
}
.home-content .nxt-sec.img {
  padding: 10px 0;
}

.home-content h3.heading-cstm,.home-content h4.heading-cstm,.home-content h1.heading-cstm,.home-content h2.heading-cstm {
  background: #112c43;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 10px 25px;
  position: relative;
  cursor:pointer;
  border-radius: 5px;
}
.home-content .nxt-sec h3.heading-cstm img {
  position: absolute;
  right: 25px;
  top: 13px;
}
.nxt-sec .list-arrow {
	padding: 0;
	list-style: none;
}

.nxt-sec .list-arrow li {
  background: url("../images/hl-content/list-style-arrow.png") no-repeat scroll 0 18px;
  padding: 10px 0 10px 20px;
}

.nxt-sec.grey-bg .cstm-pad {
	padding:0 25px;
}

.home-content .tab-content hr {
  background: #7f7f7f;
  margin: 0;
}


.home-content ul {
    padding: 0;
}

.home-content ul.disc-list {
  display: inline-block;
  margin: 0;
  padding: 0 24px 0 15px;
}

.home-content ul.disc-list li {
  font-size: 12px;
  padding: 0 0 10px;
}


.home-content .nxt-sec .col-sm-6 > img {
    display: block;
    margin: 0 0 10px;
}
.home-content .nxt-sec .col-sm-6 {
    padding: 0;
}


.home-content .doc-req ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 30px;
}
.home-content .doc-req li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 19%;
    position: relative;
}

.home-content .doc-req li::after {
  background: url("../images/hl-content/doc-req-divider.png") no-repeat scroll right top;
  content: "";
  height: 102px;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
}

.home-content .doc-req li:last-child::after {
	display: none;
}

.home-content .doc-req li p img {
    display: block;
    margin: 0 auto 10px;
}
.home-content .nxt-sec .doc-req li p {
    color: #020202;
    font-size: 12px;
    text-align: center;
    line-height: 19px;
    text-transform: uppercase;
    
}
.hldtab .nav-tabs {
     border-bottom: none; 
}

.home-content .doc-req li.active p {
	display: inline-block;
}
.home-content .doc-req li p {
	display: inline-block;
}
.home-content .doc-req li.active p.actimg1 {
	background: url("../images/hl-content/activeimg.png") no-repeat -40px -27px;
	width: 79px;
	height: 85px;
}
.home-content .doc-req li.active p.actimg2 {
	background: url("../images/hl-content/activeimg.png") no-repeat -211px -27px;
	width: 79px;
	height: 85px;
}
.home-content .doc-req li.active p.actimg3 {
	background: url("../images/hl-content/activeimg.png") no-repeat -394px -27px;
	width: 79px;
	height: 85px;
}
.home-content .doc-req li.active p.actimg4 {
	background: url("../images/hl-content/activeimg.png") no-repeat -593px -27px;
	width: 79px;
    height: 85px;
}
.home-content .doc-req li.active p.actimg5 {
	background: url("../images/hl-content/activeimg.png") no-repeat -806px -27px;
	width: 79px;
	height: 85px;
}

.home-content .doc-req li p.normlimg1 {
	background: url("../images/hl-content/normalimg.png") no-repeat -38px -25px;
	width: 81px;
	height: 85px;
}
.home-content .doc-req li p.normlimg2 {
	background: url("../images/hl-content/normalimg.png") no-repeat -210px -26px;
	width: 81px;
	height: 85px;
}
.home-content .doc-req li p.normlimg3 {
	background: url("../images/hl-content/normalimg.png") no-repeat -393px -26px;
	width: 81px;
	height: 85px;
}
.home-content .doc-req li p.normlimg4 {
	background: url("../images/hl-content/normalimg.png") no-repeat -592px -26px;
	width: 81px;
	height: 85px;
}
.home-content .doc-req li p.normlimg5 {
	background: url("../images/hl-content/normalimg.png") no-repeat -805px -26px;
	width: 81px;
	height: 85px;
}


.home-content .doc-req li.active p span {
	position: absolute;
    width: 100%;
    display: block;
    left: 0;
    bottom: -30px;
}
.home-content .doc-req li p span {
	position: absolute;
    width: 100%;
    display: block;
    left: 0;
    bottom: -30px;
}



.doc-req > table.table tr > td, .doc-req > table.table tr > th {
  text-align: center;
  width: 50%;
}
.doc-req > table.table tr > td {
	border-left: 1px solid #112c43;
	border-right: 1px solid #112c43;
}
.doc-req > table.table tr:last-child > td {
	border-bottom: 1px solid #112c43;
}

.doc-req > table.table tr > td.no-pad {
    padding: 0;
}

.doc-req > table.table table.table {
  border: none;
  margin: 0;
}


.doc-req > table.table table.table th {
  border: none;
}

.doc-req > table.table table.table td {
  border-right: none;
}

.doc-req > table.table table.table tr:last-child td {
  border-bottom: none;
}

.doc-req .table > caption + thead > tr:first-child > th,
.doc-req .table > colgroup + thead > tr:first-child > th,
.doc-req .table > thead:first-child > tr:first-child > th,
.doc-req .table > caption + thead > tr:first-child > td,
.doc-req .table > colgroup + thead > tr:first-child > td,
.doc-req .table > thead:first-child > tr:first-child > td {
	border: 1px solid;
}

.doc-req > table.table tr > th {
  background: #e0e0e0;
  border: 1px solid #112c43;
}

.doc-req > table.table tr > td.no-border-bot {
  border-bottom: 0 none;
}

.nxt-sec p a.cstm-link {
  color: #000;
  font-weight: bold;
}

.cstm-crsl img {
    max-width: 50px;
    display: block;
    margin: 0 auto;
}
.owl-carousel.owl-theme.cstm-crsl {
    padding: 25px 0;
    text-align: center;
}
.cstm-crsl .owl-dots {
    bottom: -20px;
    left: 0;
    right: 0;
}

.cstm-crsl .owl-item h4 {
  border-bottom: 1px solid #232323;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  margin: 5px 0 10px;
  padding: 10px 0;
  text-transform: uppercase;
}

.home-content .cstm-crsl .owl-item p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 0 10px;
}

.cstm-crsl .owl-dots .owl-dot {
	margin: 0;
}

.cstm-crsl .owl-item h4 {
  border-bottom: 1px solid #232323;
  display: inline-block;
  font-size: 20px;
  line-height: 115%;
  margin: 10px 0;
  padding: 5px 0 10px;
  text-transform: uppercase;
}

.home-content .cstm-crsl .owl-dots .owl-dot span {
  background: #b5b5b5;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}

.home-content .cstm-crsl .owl-dots .owl-dot span {
   background: #232323;
}

/*-- Sidebar --*/

.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.borderBtm {
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
}

.rightWrapper {
    width: 100%;
    float: left;
}
.getFreeCreditReport {
    margin-top: 20px;
    float: left;
    width: 100%;
    padding: 0 0 25px;
}

.recentArticles {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.recentArticles ul li a {
    color: #999;
}

.rightWrapper h4 {
    font-size: 16px;
    background: #f3f3f3;
    color: #222;
    padding: 8px 10px;
}

.recentArticles ul li {
    margin-bottom: 5px;
}

.recentArticles .media {
    display: table;
    width: 100%;
}

.recentArticles .media h5 {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    text-transform: capitalize;
}

.recentArticles .media h5 a {
    color: #999;
}

.recentArticles .media h5 a:hover {
    color: #333;
}

.recentArticles .media .date {
    font-size: 12px;
    color: #333;
}

.recentArticles .media .media-heading {
    margin-bottom: 3px;
}

.recentArticles .media .media-left {
    /* width: 45px; */
    height: auto;
}

.recentArticles .media .media-body {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
}

.recentArticles li a:active,
.recentArticles li a:hover {
    text-decoration: none;
}

.recentArticles li:last-child .media .media-body {
    border-bottom: none;
}

.recentArticles .btn-link {
    font-size: 15px;
	line-height: 20px;
    color: #000;
    text-decoration: underline;
    transition: all 0.5s;
}

.recentArticles .btn-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.getBestOffer {
    width: 100%;
}

.getBestOfferList .item {
    float: left;
    margin-bottom: -2px;
    margin-right: 1%;
    width: 32.6%;
}

.getBestOfferList .item:nth-child(3n+3) {
    margin-right: 0;
}

.getBestOfferList .item a {
    display: inline-block;
    width: 100%;
}

.getBestOfferList .item a {
    text-decoration: none!important;
}

.getBestOfferList .item figure {
    border-radius: 0;
    display: block;
    margin: 0 0 5px;
    min-height: 106px;
    padding: 15px 0;
    position: relative;
}

.getBestOfferList .item figure span {
    color: #fff;
    display: block;
    font-size: 11px;
    left: 0;
    line-height: 13px;
    margin: auto;
    text-align: center;
}

.getBestOfferList .item figure span img {
    display: block;
    margin: 0 auto;
    max-width: 50px;
}

.getBestOfferList .item figure:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sidebar .loan-offers h3 {
  margin: 0;
}

.hl-offer-headng {
    color: #000;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
    padding: 10px 25px;
    position: relative;
    text-decoration: none;
    z-index: 0;
	transition: all ease 0.5s;
}

.hl-offer-headng:hover {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}

.hl-offer-headng::after {
    background: #8cc543;
    box-shadow: 8px 6px 0 0 #e5e5e5;
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 100%;
    z-index: -10;
}

.hide-mob {
    display: block;
}

.visible-mob {
    display: none;
}

.sidebar .loan-offers ul li a {
  border-bottom: 1px solid #122c43;
  color: #122c43;
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
  margin: 3px 0;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.sidebar .loan-offers ul li a:hover {
  color: #8cc543;
  border-bottom: 1px solid #8cc543;
}

.sidebar .loan-offers ul li {
  margin: 10px 0;
}

.sidebar-form {
  background: url("../images/hl-content/sbar-form-bg.jpg") no-repeat scroll left top;
  margin: 40px 0;
  min-height: 705px;
  padding: 30px 0;
}

.sidebar-form h3 {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  text-align: center;
}
.sidebar-form h3 strong {
  color: #fdbe1c;
}

form.hl-form {
    padding: 20px 40px;
    color: rgba(255,255,255,0.7);
}

form.hl-form input {
  background: none;
  border: none;
  font-size: 15px;
  line-height: 25px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  width: 100%;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  padding: 5px 0;
}

form.hl-form input:focus {
	border: none;
	border-bottom: 1px solid #8cc543;
	box-shadow: none;
}

.sidebar-form .form-group label {
  display: block;
  font-size: 14px;
  margin: 0;
  opacity: 0.7;
}

.sidebar-form .from-btn {
  background: url("../images/hl-content/side-btn-bg.jpg") repeat scroll left top;
  border: medium none;
  border-radius: 3px;
  box-shadow: 3px 3px #0d1f2f;
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin: 20px auto 0;
  max-width: 200px;
  padding: 2px 10px;
  transition: all 0.5s ease 0s;
}

.sidebar-form h2 {
  color: #fff;
  font-size: 27px;
  font-weight: normal;
  line-height: 30px;
  margin: 15px 0 0;
  text-align: center;
}

.displayNoneMob {
	display:block ;
}

.displayBlockMob {
	display: none ;
}
.home-content .tab-content .tab-pane h3{margin-top:0}
.nxt-sec .cstm-content {
    padding: 15px;
}

 /*  .home-content .nxt-sec h3::after , .home-content .nxt-sec h2::after, .home-content .nxt-sec h1::after, .home-content .nxt-sec h4::after   {
    background: #fff;
    content: "";
    height: 12px;
    position: absolute;
    right: 17px;
    top: 19px;
    transition: all 0.5s ease 0s;
    width: 2px;
}

.home-content .nxt-sec h1::before, .home-content .nxt-sec h2::before, .home-content .nxt-sec h3::before,.home-content .nxt-sec h4::before {
    background: #fff;
    content: "";
    height: 2px;
    position: absolute;
    right: 12px;
    top: 24px;
    width: 12px;
}  */

.home-content .nxt-sec.active h1::after, .home-content .nxt-sec.active h2::after, .home-content .nxt-sec.active h3::after, .home-content .nxt-sec.active h4::after  {
    height: 0;
}

.hldtablist li a {
	border: none;
}

.hldtablist li a:hover {
	background: none;
}

.hldtab .nav-tabs>li.active>a,.hldtab .nav-tabs>li.active>a:hover,.hldtab .nav-tabs>li.active>a:focus
	{
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 0px solid #ddd;
	border-bottom-color: transparent;
}
.internalHeadingH{
	font-size:16px;
	font-weight:700;
	margin:5px auto;
}
@media(max-width: 1300px) {
	form.hl-form {
	  padding: 20px;
	}
}

@media(max-width: 1200px) {
	.sidebar .loan-offers ul {
	  padding: 10px 0 0;
	}
	
	.sidebar .loan-offers ul li {
	  margin: 5px 0 0;
	}
	
	.sidebar .loan-offers ul li a {
	  font-size: 12px;
	  line-height: 16px;
	  border: none;
	}
	.sidebar .loan-offers ul li a:hover {
		border: none;
	}
	.home-content .col-md-3.sidebar {
	  padding: 0 0 0 15px;
	}
	
	.getBestOfferList .item {
        margin: 0 auto;
        padding: 2px;
        text-align: center;
        width: 49%;
    }
    
	.hl-offer-headng {
	  font-size: 16px;
	  line-height: 25px;
	  padding: 10px 22px;
	}
	
	.sidebar-form h3 {
	  font-size: 24px;
	  line-height: 30px;
	}
	.sidebar-form h2 {
	  font-size: 21px;
	  line-height: 25px;
	}
	
	.sidebar-form {
	  background: url("../images/hl-content/sbar-form-bg.jpg") no-repeat scroll center -40px;
	  min-height: 665px;
	}
	.home-content .nxt-sec .doc-req li p {
	  font-size: 11px;
	}
	 
	 .doc-req > table.table tr > td, .doc-req > table.table tr > th {
	  font-size: 13px;
	}
	 
     .home-content h3.heading-cstm {
	  font-size: 18px;
	  line-height: 27px;
	  padding: 10px 20px;
	}
	
	.home-content .nxt-sec h3.heading-cstm img {
	  top: 11px;
	}
}

@media(max-width: 991px) {
	form.hl-form {
	  padding: 20px;
	}
	
	.home-content ul.nav-pills li a {
	  font-size: 13px;
	  line-height: 21px;
	}
	
	.home-content .doc-req li p img {
	  display: block;
	  margin: 0 auto 10px;
	  max-width: 50px;
	}
	
	.home-content .doc-req li {
	  margin: 15px auto 30px;
	  width: 32%;
	}
	
	.home-content .doc-req ul {
	  text-align: center;
	}
	
	.doc-req > table.table tr > td, .doc-req > table.table tr > th {
	  font-size: 12px;
	}
	.panel-title {font-size:16px !important;}
}

@media(max-width: 767px) {
	.home-content ul.disc-list li {
	  font-size: 14px;
	}
	
	.displayNoneMob {
		display: none;
	}
	
	.displayBlockMob {
		display: block;
	}
	
	.nxt-sec .doc-req table.table td, .nxt-sec .doc-req table.table th {
	  display: block;
	  width: 100%;
	}
	.nxt-sec .doc-req table td {
		border-bottom: none;
	}
	.doc-req > table.table tr:last-child > td {
		border-bottom: 1px solid #ddd;
		border-top: 0;
	}
	.doc-req > table.table tr:last-child > td:last-child {
		border-bottom: 1px solid #112c43;

	}
	.home-content .container-fluid {
	  padding: 0;
	}
	.lead-form-box,.content-wrap{margin-top:0;}
	.home-content .media.blog-box{margin:20px auto;}
	.home-content .tab-content .tab-pane h3{text-align:center;}
	.tab-pane p {
	  padding: 0 15px;
	}
	
	.home-content .nxt-sec p {
	  font-size: 14px;
	  line-height: 22px;
	}

	.nxt-sec.grey-bg .cstm-pad {
	  padding: 0;
	}
	
	.home-content ul.disc-list {
	  padding: 0 30px;
	}
	.home-content .nxt-sec .col-sm-6 > img {
	  display: block;
	  margin: 15px;
	}

	.home-content .doc-req li {
	  width: 33%;
	  margin: 0 auto;
	}
	
	.home-content .doc-req li p {
	  padding: 25px 20px !important;
	  position: relative;
	}
	
	.home-content .doc-req li:nth-child(2)::after, .home-content .doc-req li:nth-child(4)::after {
	    display: none;
	}
	
	.home-content .doc-req li p::before {
	  background: url("../images/hl-content/doc-req-divider-btm.png") no-repeat scroll center bottom;
	  bottom: 0;
	  content: "";
	  height: 1px;
	  position: absolute;
	  right: 0;
	  width: 100%;
	}

	.home-content .doc-req li:last-child p::before {
		display: none;
	}
	
	.home-content .nxt-sec h3.heading-cstm {
		text-align: left;font-size:15px;
	}
	
	.home-content .nxt-sec h3.heading-cstm img {
		display: none;
	}
	.home-content ul.nav-pills {
    background: #d9d8d8;
    margin: 10px;
	}
	.home-content ul.nav-pills li {
	    /* display: none; */
	    width: auto;
	}
	
	.home-content ul.nav-pills li.active {
	    display: block;
	}
	
	
	.home-content ul.nav-pills li a {
	  font-size: 14px;
	}
	
	.nxt-sec .list-arrow li {
	  background-position: 16px 19px;
	}
    .home-content .tab-content{padding:0 15px;}   
}


@media(max-width: 768px) {

	.cstm-mt-top-doc .docPageHeading {
	color:#fff;
	}
	.cstm-mt-top-doc::after{
	content:"";
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	border-top:10px solid #112C43;
	border-bottom:10px solid tranparent;
	border-left:10px solid tranparent;
	border-right:10px solid tranparent;
	}
	.docPageHeading{text-align:center !important;}
}
	
@media(max-width: 479px) {
	
	.home-content .doc-req li:last-child p {
	    padding-bottom: 0;
	}
	
	.home-content .doc-req li {
	  width: 49%;margin: 0 auto;
	}
	.home-content .doc-req li p {
	  padding: 20px 10px !important;
	}
	
	.home-content .nxt-sec .col-sm-6 > img {
	  padding: 15px;
	  margin: 0;
	}
	.home-content .nxt-sec .doc-req li p {
	  font-size: 12px;
	  letter-spacing: 0.5px;
	}
	.home-content .nxt-sec h3.heading-cstm {
		font-size:14px;
		line-height:19px;
		padding-left:10px;
	}
	
	.home-content .nxt-sec h3::after {
	    height: 10px;
	    right: 14px;
	    top: 15px;
	}
	.home-content .nxt-sec h3::before {
	    width: 10px;
	    right: 10px;
	    top: 19px;
	}
}
.blog-box::after{display:none;}
@media only screen and (min-device-width: 540px) and (orientation: portrait){
.panel-title {
font-size: 14px;
}
}
.glyphicon-minus, .glyphicon-plus {
    color: #8dc63f!important;
}
 @media only screen and (max-device-width: 1024px) and (min-device-width: 540px) and (orientation: landscape){
.panel-body {font-size: 14px;color: #000;}
 }
.table-bordered.tableCustom{
    width: 90%;
    margin: 0px auto;
}
.table-bordered.tableCustom>thead>tr>th, .table-bordered.tableCustom>tbody>tr>th, .table-bordered.tableCustom>tfoot>tr>th, .table-bordered.tableCustom>thead>tr>td, .table-bordered.tableCustom>tbody>tr>td, .table-bordered.tableCustom>tfoot>tr>td {
    border: 1px solid #000;
}

table.table-bordered.tableCustom ul {
    padding-left: 6%;
}
#exTab1 .glyphicon-plus:before {
    padding-right: 10px;
}
@media (min-width: 1600px){
.content-wrap>.wizard-form{
    min-height: auto;
}
}
.docPageHeading{font-size:18px;font-weight:600;color: #041728;text-transform: uppercase;padding-top:10px;text-align: left;}
.docRequiredIcon ul li{
	background: url("../images/hl-content/doc-icon3.png") no-repeat left 7px, url("../images/borderEmi.png") no-repeat 150PX 7px;
    display: inline-block;
    height: 100px;
    width: 100px;
    width: 19%;
}
.docPageHeading,.docPageHeading h1,.docPageHeading h2,.docPageHeading h3,.docPageHeading h4,.docPageHeading h5{font-size:18px !important;font-weight:600;color: #041728;text-transform: none;padding-top:10px;text-align: left;margin-top:0;margin-bottom:0;}
@media (min-width: 768px){
section.main-banner.cstm-mt-top.forProductPage {
    margin: 120px 0px;
}
}
.forProductPage + section #home {
    padding-top: 0px;
}
.arrowImage {
    padding-right: 14px;
    vertical-align: initial;
}
.nxt-sec.docPageHeading.hidden-xs {
overflow: auto;
}
.nxt-sec.docPageHeading.hidden-xs>div:nth-of-type(1) {
line-height: 55px;margin-bottom: 0px !Important;
}
.nxt-sec.docPageHeading.hidden-xs>div	 {
margin-bottom: 0px !Important;
}
.nxt-sec.docPageHeading.hidden-xs {
margin-bottom: 0px;padding-top: 0px;
}
@media (device-width: 768px){
.home-content .doc-req li {
    margin: 15px auto 30px;
    width: 19%;
}
}
@media (max-width: 991px){
.cstm-mt-top-doc{
	background-color: #112C43;
}
.docPageHeading {
  /*   background: #041728; */
    padding: 25px;
    color: #fff;
    text-align:center;
    /* font-size: 28px; */
}
.docPageHeadingP img{display:none;}
.docPageHeading::after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #112C43;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
}
.docPageHeading{
    position: relative;
}
section.main-banner.cstm-mt-top.forProductPage {
   margin: 98px 0px;
}
.docPageHeading {
    font-size:16px;
    padding: 0 15px;
    font-weight:bold;
    text-transform: none;
  }
  .home-content .tab-content h3.cstm-space {margin-top:20px;}
  .cstm-mt-top-doc .text-left{margin:0;}
  .int-top-content.docPageHeading{margin:0;}
  .docPageHeading,.docPageHeading h1,.docPageHeading h2,.docPageHeading h3,.docPageHeading h4,.docPageHeading h5{font-size:18px !important;font-weight:600;color: #fff;text-transform: none;padding-top:0;text-align: center;margin-top:0;margin-bottom:0;}
}

@media (max-width: 767px){
	.docPageHeading{
	font-size: 14px !important;
	}
.home-content .doc-req li {
	padding-bottom: 20px;
	}

.home-content .doc-req li.active p span {
	
    bottom: 0px;
    top: 100%;
}
.home-content .doc-req li p span {
	
    bottom: 0px;
    top: 100%;
}
}
