.radio-btn-sis {
	height: 20px;
    width: 70px;
}
.header-colors {
	background: #edf3f6;
	padding-bottom: 20px;
	padding-top: 30px;
}

.boyuk1 {
	font-size: 100px;
	color: #08a014;			
}

.boyuk2 {
	font-size: 100px;
	color: #0814a0;
}

.boyuk3 {
	font-size: 100px;
	color: #a00808;
}

.boyuk1:hover, .boyuk2:hover, .boyuk3:hover {
	text-decoration: none;
}

.contact-page-single {
    border: 1px solid;
    height: 120px;
    padding: 27px 45px 16px;
    position: relative;
    z-index: 1;
}

.contact-border-color {
    color: #e6f5fd;
}
.contact-page-single span {
    border: 1px solid;
    font-size: 20px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: -12%;
    transform: translateX(-50%) translateY(-12%);
    width: 50px;
    z-index: -1;
    background: #fff;
}
.contact-page-single h4 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 25px;
    color: #33333f;
}
.contact-page-single {
    color: #63e3e1;
}
.bottom10 { margin-bottom: 10px; }