
.wdth{
	max-width: 660px;
	width: 100%;
	display: block;
	margin: auto;
}
.bg-img {
    background-color: #fff;
    padding-left: 5px;
    padding-top: 5px;
}
.heading-new {
	font-size: 35px;
	color: #0a162e;
	margin-bottom: 20px;
	padding-left: 43px;
	font-weight: 800;
	position: relative;
}
.heading-new:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 9px solid #eeac4b;
	position: absolute;
	left: 28px;
	top: 9px;
}
.heading-new:after {
	content: '';
	width: 33px;
	height: 30px;
	background-color: #eeac4b;
	position: absolute;
	left: -5px;
	top: 9px;
}
.bg-img label {
    display: block;
    color: #0a162e;
    font-size: 15px;
    font-weight: 600;
}
.bg-img span.value {
    background-color: #e5e5e5;
    font-size: 13px;
    margin-bottom: 10px !important;
    display: block;
    padding: 7px;
    padding-left: 10px;
    border-left: 1px solid #000;
    color: #0a162e;
    font-weight: 400;
}
.scol{
	background-color: #f1f5f6;
	padding: 20px;
}
.para-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.para-list li {
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 28%);
    position: relative;
    padding: 15px;
    padding-left: 93px;
    font-size: 15px;
    line-height: 1.5;
}
.para-list li .arr-dsgn {
    max-width: 73px;
    width: 100%;
    padding: 5px;
    background-color: #eeac4b;
    position: absolute;
    left: -5px;
    top: 28%;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    padding-left: 11px;
}
.para-list li:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 9px solid #eeac4b;
    position: absolute;
    left: 68px;
    top: 28%;
}
.form-box h3 {
	font-size: 22px;
	font-weight: 600;
}
.form-box h3 em {
	font-weight: 300;
	font-size: 17px;
}
.mainoption-box {
	display: none;
	margin-bottom: 25px;
}
.mainoption-box.active{
	display: block;
}
.errr {
	color: red;
	font-weight: 500;
	padding: 0px;
	margin: 0;
	font-size: 17px;
}
.mainoption-box .form-box {
	padding: 15px 0 !important;
}
.b-img .img {
    width: 100%;
}
.selected {
    border: 2px solid #0546AF;
    position: relative;
}
.selected:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    padding: 5px;
    background-color: #0546AF;
    color: #fff;
    border-bottom-left-radius: 6px;
}
.shape {
    display: none;
}
.shape-img {
    padding-top: 20px;
}
.label-content {
    margin: 0 !important;
}
input[type="radio"], input[type="checkbox"] {
    align-self: flex-start;
}
.label-content {
    margin: 0 !important;
    line-height: 1.2;
    flex: 1;
    font-size: 18px;
    position: relative;
    top: -3px;
}
.imgrow{
	display: flex;
}
.imgcol-2{
	flex: 1;
	    padding-left: 3px;
    padding-right: 3px;
}
p.h4.text-center.mt-3 {
    margin-bottom: 17px;
    font-size: 21px;
    font-weight: 600;
    font-style: italic;
    color: #0546AF;
}
.wghtlos-goal{
	display: flex;
}
.wghtlos-col{
	flex: 1;
}
.pl-10{
	padding-left: 10px;
}
.bg-img .row{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.footer-main{
	background-color: #DEEBF6 !important;
	padding: 40px 0 !important;
}
.footer-main .footer-bottom{
	background-color: transparent !important;
}
.footer-main .footer-bottom p, .footer-main .footer-bottom a {
    color: #ff1e6e !important;
    margin: 10px 0 !important;    
    font-size: 15px !important;
    text-decoration: none !important;
}
.privacy a{
    font-size: 16px !important;
    font-weight: 400 !important;
}
.pdf-footer {
    position: relative;
}
.pdf-content {
    position: absolute;
    bottom: 34px;
    color: #dba946;
    max-width: 700px;
    right: 71px;
    width: 100%;
    font-size: 17px;
}
.pdf-content p {
    line-height: 1.5;
    margin-top: 12px;
}
.hr-row{
	height: 3px;
	background-color: #8f6230;
	width: 100%;
}
.pdf-content h3 {
    font-size: 22px;
    color: #dba946;
    font-weight: 600;
    margin-bottom: 12px;
}
.form-box button {
    display: block;
    width: 100%;
    background: #4c5ee8;
    text-align: center;
    text-transform: uppercase;
    border: none;
    color: #fff;
    margin: 10px 0px;
    padding: 12px;
    border-radius: 5px;
    outline: none;
}
.para-list li:nth-child(4) {
    margin-bottom: 0;
}
h3.free-heading {
    text-align: center;
    margin-bottom: 1px;
}
@media (max-width: 768px)
{
	.row{
		flex-wrap: wrap;
	}
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
		flex: 100%;
	}
	.pdf-content {
	    bottom: 19px;
	    max-width: 515px;
	    font-size: 15px;
	}
	.pdf-content h3 {
	    font-size: 20px;
	    margin-bottom: 4px;
	}
	.hr-row {
	    height: 2px;
	    width: 93%;
	}
	.pdf-content p {
	    line-height: 1.2;
	    margin-top: 6px;
	    margin-bottom: 0;
	    padding-right: 26px;
	}
	.container {
	    max-width: 770px;
	}
	.heading-new {
	    font-size: 32px;
	}
	h3.free-heading {
	    font-size: 24px;
	}
}
@media (max-width: 500px)
{
	.heading-new {
	    font-size: 26px;
	    line-height: 1.2;
	}
	.pl-10 {
	    padding-left: 5px;
	}
	.bg-img label {
	    font-size: 14px;
	}
	.para-list li {
	    padding: 10px;
	    padding-left: 78px;
	    font-size: 14px;
	    line-height: 1.3;
	}
	.para-list li .arr-dsgn {
	    max-width: 66px;
	    font-size: 14px;
	    padding-left: 10px;
	}
	.para-list li:after {
	    border-top: 15px solid transparent;
	    border-bottom: 15px solid transparent;
	    left: 61px;
	    top: 27%;
	}
	.pdf-content p {
	    line-height: 1.1;
	    margin-top: 4px;
	    margin-bottom: 0;
	    padding-right: 11px;
	}
	.hr-row {
	    height: 1px;
	}
	.pdf-content h3 {
	    font-size: 13px;
	    margin-bottom: 1px;
	}
	h3.free-heading {
	    font-size: 22px;
	}
}
@media (max-width: 375px){
	h3.free-heading {
	    font-size: 20px;
	}
}
@media (max-width: 320px)
{
	h3.free-heading {
	    font-size: 18px;
	}
}