.chat-component {
    line-height: initial;
}

.chat-component .contact-legalterms p,
.chat-component .chat-heading p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'Roobert';
    letter-spacing: 0.8px;
    line-height: initial;
}
.chat-component .chat-heading {
    line-height: initial;
}
.chat-component .chat-heading p {
    font-family: 'RoobertBold';
    letter-spacing: 0;
    line-height: initial;
}
.chat-component .help-container .help-question-aside {
/*     font-family: 'RoobertBold'; */
    font-size: 13px;
    line-height: initial;
}

.chat-component .call-tab-desc {
    padding: 0;
}

.chat-component form {
	font-size: initial;
}
.chat-component .form-control {
	border: none;
    color: #333;
    line-height: initial;
    padding: 0;
    height: auto;
    font-size: initial;
}
.chat-component .form-control label {
    line-height: 13px;
    font-size: 13px;
}
.chat-component .form-control input {
    line-height: 15px;
    font-size: 15px;
    height: auto;
}

.chat-component #fasciaorariaSelectBoxIt {
	padding: 13px 10px !important;
}

.chat-component .selectboxit-container .selectboxit {
    border: 2px solid rgba(0,0,0,0.15);
    border-radius: 0;
}

.chat-component .form-control .selectboxit-container * {
    font-size: 15px
}

.chat-component .link.link-arrow:hover {
    text-decoration: underline;
    color: #ff0f64;
}

@media only screen and (min-width: 768px) {

    .chat-component .form-control {
    	padding-left: 15px;
    }
    .chat-component .form-control:first-child {
    	padding-right: 15px;
    	padding-left: 0px;
    }

    .chat-component .form-control label {
        line-height: 20px;
    	font-size: 20px;
    }
	.chat-component .form-control input {
        line-height: 22px;
        font-size: 22px;
    }

    .chat-component #fasciaorariaSelectBoxIt {
        padding: 10px 10px 8px !important;
    }

	.chat-component .form-control .selectboxit-container * {
    	font-size: 22px
	}
}
@media only screen and (min-width: 1025px) {



	.chat-component .form-control {
         padding-left: 8px;
	}
    .chat-component .form-control:first-child {
         padding-left: 0;
         padding-right: 9px;
	}

    .chat-component .form-control label {
        line-height: 15px;
    	font-size: 15px;
    }
	.chat-component .form-control input {
        line-height: 18px;
        font-size: 18px;
    }

    .chat-component .form-control .selectboxit-container * {
        font-size: 18px
    }
}

@media only screen and (max-width: 1024px) {

    .chat-component .contact-legalterms p,
    .chat-component .chat-heading p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
	.chat-component .contact-legalterms p {
		font-size: 11px;
	}

    .chat-component .chat-heading p {
		font-size: 12px;
	}
}