.max-width{
    max-width:100%;
    overflow: hidden;
}
.fix-footer{
    background:#0f4172;
    min-height: 50px;
    border-top: 1px solid #fff;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width:100%;
}
.footer-menu-button-link{
    margin-left:5px;
}
.fix-footer ul.footer-menu{
    width:100%;
    display:flex;
    margin:0;    
}
.footer-form-section{
    width: 54%;
}
.fix-footer ul.footer-menu i{
    margin-right:10px;
}
.fix-footer ul.footer-menu li.footer-menu-madde{
    flex:1;
    min-height: 53px;
    text-align: center;
    line-height: 50px;
    list-style: none;
    border-left:1px solid #fff;
}
.fix-footer ul.footer-menu li.footer-menu-madde:last-child{
    border-right:1px solid #fff;
}
.fix-footer ul.footer-menu li.footer-menu-madde a.footer-menu-link{
    color:#fff;
}
.modal-template-select{
    display:none;
}
#kesfedin{
    margin-bottom:50px;
    margin-top:50px;
}
.slick-slider-home{
 
    width:100%;
}
.slick-slider-home img{
   margin:0 auto;
   margin-top:15px;
}
.mobile-slider-title{
    text-align: center;
    font-weight: 700;
    padding: 15px;
}
.yellow-background{
    background-color: #fcf8e3;
    text-align: center;
    padding: 15px;
    color: #8a6d3b;
    display:block;
    -webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #dcd8c1, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);    
}
.yellow-background:hover{
    background-color: #f1ecd1;
    color:#000;
}
.grey-background:hover{
   background-color: #b5d0de;
   color:#000;
}
.grey-background{
    background-color: #bce8f1;
    text-align: center;
    padding: 15px;
    color: #31708f;
    display:block;
    -webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #a4d4de, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);    
}
.template-select{
    margin-top:15px;
    display:none;
}
.template-name{
    font-size:15px;
    font-weight:700;
    color:#fff;
    text-align: center;
    padding:10px;
}

.template-home{
    max-height:300px;
    overflow-y: scroll;
}
.template-home label.checkbox-inline{
    opacity: 0.6;
}
.templatefa{
    color:#fff;
    font-size:3em;
}
input.selected_template{
    display:none;
}
.template-home label.checkbox-inline{
    padding:10px;
}
.btn-medi-red{
    background:#ed2024; 
    color:#fff;
}
.btn-medi-red:hover{
    background:#b31317; 
    color:#fff;    
}
.template-title{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
}
.template-url{
    padding:10px;
    display:block;
}
.mobile-photo{
    width: 45%!important;
}
.template-url:hover{
    padding:0px;
}
.pt-15{
    padding-top:15px;
}
@media screen and (max-width: 1000px){
    .margin-top{
        margin-top:22px;
    }    
}
@media screen and (max-width: 768px){
    .c-content-feedback-1 > .row > div form .input-group {
        width:auto;
    }  
    .yellow-background{
        margin-bottom:15px;
    }
}
@media screen and (max-width: 480px){
    .c-content-title-1 > h3.c-font-uppercase {
        font-size:20px;
    }
    .slick-slider-home img{
        width:80%;
        margin-top:15px;
    }

}