.section-padding {
	padding: 20px 10px;
}
.main-title {
	color: #fdc325;
    text-align: left;
	word-spacing: 0px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif !important;
	font-size: 36px;
	margin-top: 20px;
    margin-bottom: 10px;
	line-height: 1.1;
}

.sec-title {
	color: #444;
    text-align: left;
	word-spacing: 0px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
	font-size: 24px;
	margin-top: 20px;
    margin-bottom: 10px;
	line-height: 1.1;
}

.desc {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
	padding-bottom:5px;
}
.col-lg-4 .desc {
        min-height: 125px !important;
}

.yellow-tick {
	background-image: url(../images/yellow-tick.png);
    background-repeat: no-repeat;
    padding: 15px 0px 10px 25px;
    background-position-y: 13px;
}

.normal-li-dot { 
	list-style: disc !important;
	padding: 0px 0px 5px 0px;
    margin-left: 30px;
}

.sec-name-title {
	color: #444;
    text-align: center;
	word-spacing: 0px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif !important;
	font-size: 25px;
	margin-top: 20px;
    margin-bottom: 10px;
	line-height: 1.1;
        min-height: 69px;
}

.sec-desig{
	text-align:center;
	font-size: 14px;
    font-weight: 700;
}

.round-image{
	width:auto;
	border-radius:50%;
}

.round-image-team{
	width: 250px;
    height: 230px;
	border-radius:50%;
}

.round-small-image-team{
	width: 150px;
    height: 150px;
	border-radius:50%;
}

.round-small-image{
	width:150px;
	border-radius:50%;
}

.center-align{
	text-align:center;
}

.empty-space-75{
	width:100%;
	height:75px;
	
}

label, input, textbox {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
}

/*   21-12-2020 css start */
.heading-provider {
    padding: 17px 0px;
    border-top: 1px solid #cccccc61;
    border-bottom: 1px solid #cccccc61;
    margin-bottom: 10px;
}
ul.extrapoints li {
    color: #000000bf;
}
.provider-details{
    font-size: 15px;
    margin-top: 15px;
    color: #000000bf;
}
h3.fadein.extra {
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    font-size: 32px;
}
.provider-details p {
    text-align: justify;
    margin-bottom: 20px;
}
i.fas.fa-check-circle {
    color: #deb319;
}
ul.extrapoints li {
    display: flex;
    margin-bottom: 11px;
}
i.fas.fa-check-circle {
    color: #deb319;
    margin-top: 3px;
    margin-right: 5px;
}
.heading-provider.sub-heading {
    border: 0;
    margin-top: 15px;
}
.main-points {
    display: flex;
    flex-direction: column;
}

.itm-img {
    width: 80px;
    margin: auto;
}
.rs-item-points {
    margin: auto;
    text-align: center;
    margin-bottom: 19px;
}
.rs-item-points h4 {
    margin: 17px 0px;
    font-weight: 600;
    color: #484545;
}

.col-lg-8 iframe {
    width: 100%;
    height: 100%;
}
.col-lg-6 iframe {
    width: 100%;
    height: 100%;
}
.main-points.provider{
    padding-top: 100px;
}
.rs-item-points p {
    color: #696262;
}
/*   21-12-2020 css end */

.provider-seeker-heading{
	word-spacing: 0px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif !important;
    color: #444;
    text-align: center;
    font-size: 36px;
}
.col-lg-3 .card-prizing {
    min-height: 590px !important;
}
.why-img {
    width: 440px;
}



@media screen and (max-width: 767px) {
    .why-img {
        width: 100%;
    }
}