.checkboxLabel {
    border-top: hidden;
    border-right: hidden;
    border-left: hidden;
    border-bottom: hidden;
}

.radioboxLabel {
    border-top: hidden;
    border-right: hidden;
    border-left: hidden;
    border-bottom: hidden;
}

.pageTitleText {
    font-size: 10vw;
    font-weight: 700;
}

.titleText {
    font-size: xx-large;
    font-weight: 1000;
}

.titleTextWithFontWeight_700 {
    font-size: xx-large;
    font-weight: 700;
}

.titleTextWithFontWeight_400 {
    font-size: xx-large;
    font-weight: 400;
}

.mobileTitleText {
    font-size: x-large;
    font-weight: 1000;
}

.mobileTitleTextWithFontWeight_700 {
    font-size: x-large;
    font-weight: 700;
}

.mobileTitleTextWithFontWeight_400 {
    font-size: x-large;
    font-weight: 400;
}

.contentText {
    font-size: x-large;
    font-weight: 450;
}

.contentText_Larger {
    font-size: larger;
    font-weight: 450;
}

.contentText_Large {
    font-size: large;
    font-weight: 450;
}

.contentText_Medium {
    font-size: medium;
    font-weight: 450;
}

.mobileContentText {
    font-size: large;
    font-weight: 450;
}

.checkboxText {
    font-size: large;
    font-weight: 500;
}

.radioboxText {
    font-size: medium;
    font-weight: 500;
}

.dropdownListText {
    font-size: medium;
    font-weight: 500;
}

.buttonText {
    font-size: x-large;
}

.buttonXsText {
    font-size: large;
	font-weight:550;
}

.pageTitleText {
    font-size: 60px;
}

.mobilePageTitleText {
    font-size: 36px;
	font-weight:700;
}

.textRight{
	text-align: right;
}

.textLeft{
	text-align: left;
}

.biggerCheckBox{
	width: 30px; 
	height: 30px;
}

.modal-body{
	font-size:22px
}