.container-site {
    width: 1450px; margin: 0 auto;
}

.content {
    background: #fff;
    max-width: 1000px;
    padding: 30px;
    opacity: 0.8;
    fill-opacity: 0.8;
    -moz-opacity: 0.8;
    border-radius: 10px;
    webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}


.outer-bg {
    background: #fff !important;
}

.header-top-left {
    background: #fff !important;
}

.header-top-right {
    background: #333 !important;
    padding-left: 25px;
}

.dis {
    padding-top: 5px !important;
}

.certified-content-box .sec-title h2{
    font-size: 35px !important;
}




/* whatsapp butonu css*/
.float {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float {
    margin-top:16px;
}
