/************************************************
 			*FONT-SECTION-STARTS*
 ************************************************/


.fs-cal {font-family: Calibri!important;}


.fs-08	{font-size: 08px!important;}
.fs-10	{font-size: 10px!important;}
.fs-12	{font-size: 12px!important;}
.fs-14	{font-size: 14px!important;}
.fs-16	{font-size: 16px!important;}
.fs-18	{font-size: 18px!important;}
.fs-20	{font-size: 20px!important;}
.fs-22	{font-size: 22px!important;}
.fs-24	{font-size: 24px!important;}
.fs-26	{font-size: 26px!important;}
.fs-28	{font-size: 28px!important;}
.fs-30	{font-size: 30px!important;}
.fs-32	{font-size: 32px!important;}
.fs-34	{font-size: 34px!important;}


.fw-200 { font-weight: 200!important; }
.fw-300 { font-weight: 300!important; }
.fw-400 { font-weight: 400!important; }
.fw-500 { font-weight: 500!important; }
.fw-600 { font-weight: 600!important; }
.fw-700 { font-weight: 700!important; }
.fw-800 { font-weight: 800!important; }
.fw-900 { font-weight: 900!important; }


/************************************************
 			*FONT-SECTION-STARTS*
 ************************************************/


/************************************************
 			*RONNY STYLES*
 ************************************************/
.theme-primary{background-color: #E1F4F6!important;}
.theme-secondary{background-color: #ECEFEA!important;}
.theme-third{background-color: #05445E!important;}
.theme-fouth{background-color: rgba(24, 154, 180, 1)!important;}
.text-theme-primary{color: #444868!important;}
.text-theme-secondary{color: #fff!important;}
.display-7{font-size: 1.8rem;}
.bar-down{position: relative!important;margin-bottom: 2rem!important;display: flex!important;width: max-content!important;}
.bar-down:after{content: ''!important;position: absolute!important;left:50%!important;top: 100%!important;height: 5px!important;width: 100px!important;border-radius: 1rem!important;background-color: #36A6B8!important;}
.form-card{background-color: rgba(24, 154, 180, 1)!important;position: relative!important;z-index: 5!important;}



@media only screen and (max-width: 576px){
	html,body{font-size: 10px!important;}
	.display-7{font-size: .75rem;}
}