
/*-------------------------- Table of Content Items Css Start ----------------------------------*/

.table-of-contents {
    padding: 30px 0px;
}

.table-of-contents h3 i {
	color: #c9c9c9;
    font-weight: 600;
    margin-right: 15px;
}
.table-of-contents h3 {
	font-size: 22px;
	color: #000000;
	display: flex;
	margin-bottom: 30px;
}
.table-of-contents h6 div div {
	font-size: 16px;
	color: #292929;
   margin-bottom: 10px;
   font-weight: 400;
   line-height: 28px;
}
.table-of-contents h2 {
	font-size: 30px;
	margin-bottom: 40px;
	line-height: 40px;
}

/*-------------------------- Table of Content Items Css End ----------------------------------*/

/*-------------------------- Heading & Paragraph Css Start ----------------------------------*/

.heading-para-wrapper {
	padding: 30px 0px;
}

.heading-para-wrapper h2{
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 40px;
	font-weight: 400;
}
.heading-para-wrapper p {
    font-size: 20px;
    color: #1e1e1e;
    line-height: 32px;
}

.heading-para-wrapper h3 {
    font-size: 25px;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
    color: #000000;
}

.heading-para-wrapper h3::before{
	content: "\f101";
	font-family: 'FontAwesome';
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 25px;
	color: #005ec8;
}

/*-------------------------- Heading & Paragraph Css End ----------------------------------*/

/*-------------------------- Full Image Css Start ----------------------------------*/

.paragraph-image p{
	font-size: 14px;
}

/*-------------------------- Full Image Css End ----------------------------------*/

/*-------------------------- Get A Quote CTA Css Start ----------------------------------*/

.getquote-div {
    background: linear-gradient(45deg, #2477d2, #0c5aa0);
    padding: 3em;
    text-align: center;
    margin: 40px 0px;
}
.getquote-div h2{
	font-size: 36px;
	color: #fff;
	font-weight: 800;
}
.getquote-div p{
	color: #ffffff;
	font-size: 18px;
}

.getquote-div  .read-more-btn a{
	margin: auto;

}

/*-------------------------- Get A Quote CTA Css End ----------------------------------*/