.errormsg{ display:none;margin:2px 0px;}
.section01 input, .section01 .form-control{margin-bottom:0;}
.mr-bt-20{margin-bottom:20px;}

.thankImg {
    margin-top: 2%
}

.thankImg img {
    margin: 0 auto;
    display: block;
    border: 6px solid #6cb25e;
    width: 225px;
    height: 225px;
    padding: 18px;
    border-radius: 50%
}

.thankHeading {
    text-align: center
}

.thankHeading h1 {
    font-size: 63px;
    font-weight: 900;
    text-align: center;
    color: #2813b0;
    margin-bottom: 0
}

.thankHeading p {
    font-size: 20px
}

/**/
.callus {
	position: relative;
	padding: 16px 20px;
	min-height: 36px;
	font-family: 'Inter', sans-serif;
	border: 1px solid #97323b;
	display: flex;
	align-items: center;
}
.callus img {
	width: 25px;
	-webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	margin-right: 10px;
}
.callus strong {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #97323b;
}
.callus strong a {
	color: #97323b;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
}
.section1 #menu-center {	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
} 
.section1 .col-md-8 ul {
	border-bottom: none;padding-bottom: 0;}

.section1 .col-md-8 ul li:last-child {margin-right: 0;}   

 @media screen and (min-width: 768px) and (max-width: 991px) {
.section1 .col-md-8 ul {margin-top: 15px;}
.callus {padding: 10px 12px;margin-right: 10px;}
.callus strong {font-size: 16px;}
.callus strong a {font-size: 14px;}
.callus img {width: 20px;margin-right: 7px;}
.section1 #menu-center {justify-content: center;text-align: center;0padding-bottom: 5px;margin-top: 12px;}
.section1 .col-md-8 ul li:last-child {margin-right: 0;}

}       

@media (max-width:767px) {     
.section1 #menu-center {display: block;text-align: center; border-bottom: none; padding-bottom: 0;margin-top: 20px;}
.section1 .col-md-8 ul{ margin-top: 5px;}
.callus {padding: 9px 12px;width: 225px;margin: auto;}
.callus strong {font-size: 16px;}
.callus strong a {font-size: 14px;}
.callus img {width: 20px;margin-right: 7px;	margin-top: -2px;}


}

