.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}

.c-toptext{
font-size: 0.9em;
font-weight: 400;
line-height: 1.4em;
}

.c-topbg {
background-color: #f9f9f9; display: inline-block; padding: 10px; border-radius: 10px;
}

.c-topbg:hover{
background-color: #d7e0e9; 
}

.c-bannertext{
font-size: 1.2em;
font-weight: 300;
margin-bottom: 5px;
line-height: 1em;
color: #fff;
text-align: center;
}

.c-bannertext-small{
font-size: 0.9em;
font-weight: 300;
margin-bottom: 5px;
line-height: 1em;
color: #fff;
text-align: center;
padding-top: 20px;
}

.c-title1{
font-size: 1.8em;
font-weight: 400;
margin-bottom: 5px;
line-height: 1.2em;
color: #fff;
text-align: center;
padding-top: 100px;
}

.c-title2{
font-size: 1.8em;
font-weight: 400;
margin-bottom: 5px;
line-height: 1.2em;
text-align: center;
padding-top: 50px;
padding-bottom: 40px;
}

.c-title3{
font-size: 1.6em;
font-weight: 300;
margin-bottom: 15px;
line-height: 1.2em;
text-align: center;
color: #357bc2;
}

.c-thesi {
text-align: center;
padding-top: 30px;
padding-bottom: 50px;
}

.c-cycle{
max-width: 280px;
min-height: 280px;
margin-left: auto;
margin-right: auto;
  border: 2px solid white;
  border-radius: 250px;
}

.c-button1{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 1em;
line-height: 1.2em;
text-align: center;
padding: 15px 15px;
width: 200px;
color: #357bc2;
background-color: #ffffff;
}
.c-button1:hover {
color: #fff;
background-color: #333333;
}


.c-bg1{
background-position: 50% 50%;
background-size: cover;
min-height: 500px;
}

.c-skia{
min-height: 500px;
width: 100%;
background-color: rgba(0, 0, 0, 0.65);
}
.c-skia:hover{
min-height: 500px;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
}

.c-skia2{
min-height: 500px;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
}

.c-clinics {
font-weight: 200;
font-size: 1.2em;
line-height: 1.4em;
padding-top: 20px;
padding-top: 20px;
text-align: center;
}

.c-box1 {
border-right: solid 1px #f6f6f6;
border-top: solid 1px #f6f6f6;
}
.c-box1:hover{
background-color: #fcfcfc;
}/* FIXED CALL 1566 BUTTON */

.c-call-support-box {
    position: fixed;
    z-index: 99;
    right: -251px;
    bottom: 110px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    transition: 0.3s;
}

.c-call-support-box:hover {
    right: 0px;
}

.c-call-support-icon {
    background-color: white;
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #6a84bf;
}

.c-call-support-content {
    width: 230px;
    text-align: center;
    padding: 10px;
    border: 1px solid #6a84bf;
    border-radius: 0px 0px 0px 10px;
    position: relative;
    margin-right: -1px;
    background-color: white;
}

.c-call-support-content p {
    margin-top: 10px;
}

.c-call-support-content a {
    display: block;
    color: white;
    background-color: #6a84bf;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}