

.kurumsal{
    width: 100%;
    min-height: 400px;
}

.kurumsalContainer{
    margin: auto;
    max-width: 960px;
    position: relative;
    min-height: 630px;
    
}
div.kurumsal-intro{
    width: 100%;
    position: relative;
    min-height: 650px;
    padding-top: 150px;
    background-repeat: no-repeat;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}
.medya-intro{
    width: 100%;
    position: relative;
    min-height: 350px;
    padding-top: 150px;
    background-repeat: no-repeat;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.title-backside{
    max-width: 265px;
    width: 100%;
    height: 95px;
    position: absolute;
    top: 140px;
    left: 80px;
    background:url("../images/kurumsal/kurumsal-back-image.png");
    background-repeat: no-repeat;
}
.medya-detail-backside{
    left:0px;
    top: -5px !important;
}
.kurumsal-icon{
    position: absolute;
    left: 210px;
    top: 35px;
}
.kurumsal-title{
   display: flex;
   flex-direction: column;
  
   width: 100%;
   
   height: auto;
   padding: 10px 1rem;
   padding-left: 200px;
   
}
.kurumsal-title a{
    width: 100%;
    font-family: 'Barlow Semi Condensed', sans-serif;
   
}

.kurumsal-white-title{
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    
    line-height: 100%;
}
.kurumsal-red-title{
    font-size: 50px;
    font-weight: 600;
    color: #B40000;
    line-height: 100%;
}
.kurumsal-intro-content{
    width: 100%;
    display: flex;
    min-height: 300px;
    height: auto;
    position: relative;
    
}
.kurumsal-intro-content-icons{
    display: flex;
    width: 210px;
    align-items: center;
    justify-content: center;
    
    height: 300px;
}
.kurumsal-icon-home{
    margin-right: 22px;
}
.kurumsal-intro-content-container{
    min-width: 278px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 15px;
    font-family: "Roboto",sans-serif;
    
}
.kurumsal-intro-content-container p{
    margin-bottom: 2rem;
    font-size:18px;
    line-height: 204%;
    color: #fff;
}
.kurumsal-content{
    padding-left: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 150px;
    width: 90%;
    position: relative;
    margin: auto;
    min-height: 300px;
    height: auto;
    background-color: #232323;
    border-radius: 0px 0px 0px 44px;
    margin-top: 50px;
}
.kurumsal-content p{
    font-family: "Roboto",sans-serif;
    font-size: 17px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0.065em;
    color: #ebebeb;
}

.kurumsal-content-cap{
    position: absolute;
    width: 290px;
    height: 110px;
    background: #ebebeb;
    text-transform: uppercase;
    top: -100px;
    color: #1c1c1c;
    font-family: "Roboto",sans-serif;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 26px 48px;
    right: 122px;
}
.kurumsal-content-cap p{
    font-size: 14px;
    line-height: 130%;
}
.cap-btn{
    position: absolute;
    width: 144px;
    height: 45px;
    background: #500406;
    border-radius: 5px;
    color: #fff;
    bottom: -15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: "Roboto",sans-serif;
    left: 46px;
    transition: 0.2s;
}
.cap-btn:hover{
    transform: scale(1.05);
}
.lighten-bg{
    mix-blend-mode: lighten;
}

.kurumsal-content-title{
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    line-height: 177%;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.065em;
}
.color-red{
    color: #B40000 !important;
}
.color-gray{
    color: #A5A5A5;
}
.bg-position-right{
    background-position: right center;
}
.ik{
    max-width: 950px;
    min-height: 200px;
    font-family: 'Barlow Semi Condensed',sans-serif;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 130px auto;
}
.ik h3{
    font-style: normal;
font-weight: 600;
font-size: 35px;color: #B40000;
line-height: 100%;
}
.ik-links{
    display: flex;
    
    margin-top: 70px;
    align-items: center;
}
.ik-link{
    margin-right: 30px;
    padding: 7.5px;
    border-radius: 5px;
    opacity: 0.6;
}
.ik-link:hover{
    opacity: 1;
}
.kurumsal-red-list a{
    color: #B40000;
    
}
.kurumsal-red-list li{
    list-style-type: disc !important;
    font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 177%;
/* or 42px */
color: #B40000;
letter-spacing: 0.065em;
}

.kurumsal-special-box{
    
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}
.kurumsal-special-box-title{
    width: 100%;
    min-height: 50px;
    padding: 5px 10px;
    
    list-style-type: disc;
    list-style-type: disc !important;
    color: #B40000;
    font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 177%;
}
.kurumsal-special-box-items{
    width: 100%;
    min-height: 250px;
    color: #A5A5A5;
    margin-top: 2rem;
    display: flex;
    
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;

}

.kurumsal-special-box-item{
    width: calc(50% - 45px);
    margin-right: 22.5px;
    
    min-height: 70px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    font-family: "Roboto",sans-serif;
    
}
.kurumsal-special-box-item-title{
    width: 100%;
    min-height: 10px;
    line-height: 100%;
    display: flex;
    align-items: flex-start;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.065em;
    padding: 1px 10px;
    margin-bottom: 20px;
}

.kurumsal-special-box-item-content{
    width: 100%;
    padding: 1px 10px;
    font-size: 14px;
}
.certificates{
    width: 100%;
    min-height: 100px;

    display: flex;
    padding: 10px;
    flex-wrap: wrap;
}
.certificate{
    width: 25%;
    height: 200px;
    margin-right: 37px;
    display: flex;
    flex-direction: column;
    opacity: 0.6;
    margin-bottom: 50px;
}
.certificate:hover{
    opacity: 1;
}
.certificate-title{
    width: 100%;
    min-height: 30px;
    margin-bottom: 20px;
    color: #fff;
    opacity: 0.5;
    padding: 0px 5px;
    font-family: "Roboto",sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
}
.certificate-title:hover{
    color: #B40000;
    opacity: 1;
}
.certificate-image{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    transition: scale 0.2s;
    justify-content: center;
    
    opacity: 0.8;
    border: 1px solid #eaeaeaa9;
    border-radius: 0px 20px 0px 0px;
}
.certificate-image:hover{
    transform: scale(1.05);
}
.certificate-image img{
    width: 60%;
    height: 50%;
}
.bg-position-center{
    background-position: center center;
}
.kurumsal-logo-list{
    width: 100%;
    min-height: 150px;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.logo-item{
    
    display: flex;
    flex-direction: column;
    width: 25%;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    margin: 30px 0;
}
.logo-item-name{
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
    width: 100%;
    min-height: 30px;
    height: auto;
    font-size: 22px;
    color: #ddd;
    opacity: 0.5;
    font-family: "Roboto",sans-serif;cursor: pointer;
}
.logo-item-image{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    
    height: 150px;;
    width: 100%;
opacity: 1;
}
.logo-item-image img{
    
    border-radius: 5px;
    width: 70%;
    height: 70%;
}
.logo-item:hover .logo-item-name{
    opacity: 1;
}
.logo-item:hover .logo-item-image{
    opacity: 1;
}
.kurumsal-musteri-form{
    width: 100%;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}
.kurumsal-musteri-form .inputgroup{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
#homeTeklif .inputgroup {
    width: 100%;
}
.kurumsal-musteri-form  .inputgroup label{
    color: #fff;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    width: 100%;
    margin-bottom: 15px;
}
.kurumsal-musteri-form  .inputgroup input{
    width: 100%;
    height: 50px;
    background: transparent;
    outline: none;
    border: 1px solid #555555;
    font-size: 18px;
    line-height: 100%;
    padding: 0 7px;
    color: #fff;
    font-family: "Roboto",sans-serif;
}
.inputgroup input:focus{
    outline: 1px solid #B40000;
    border:0;
}
.full-input-group{
    width: 100%;
    min-height: 50px;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 20px;
    margin-top: 20px;
}
input[type="file"]{
    display: none;
    
}
.file-label{
    width: 144px;
    height: 45px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 22.5px;
    font-family: "Inter",sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}
.file-message{
    color: #FFFFFF;
    opacity: 0.4;
    margin-left: 1rem;
}

.flex-direction-group{
    
    align-items: flex-start;
    flex-direction: column !important;
    margin-top: 20px;
}
.mt-500{
    margin-top: 500px;
}
.mt-200{
    margin-top: 200px;
}
.flex-direction-group label{
    margin-bottom: 5px;
    color: #ffff;
    padding: 10px;
}
.message-area{
    width: 100%;
    height: 200px !important;
    resize: none;
    background: transparent;
    outline: none;
    border: 1px solid #555555;
    font-size: 18px;
    line-height: 100%;
    padding: 15px;
    color: #fff;
    font-family: "Roboto",sans-serif;
    
}
.message-area:focus{
    outline: 1px solid #B40000;
    border:0;
}
button[class="headerBtn"]{
    outline: none !important;
    border:none !important;
    cursor:pointer
}
.kurumsal-form-content{
    margin-top: 100px !important;
}
.hizmet-container{
    padding:30px 60px !important;
}
.hizmet-detail-item{
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    line-height: 22.5px;
    list-style-type:disc;
    letter-spacing: 0.065em;
    margin-top: 10px;
}
.hizmet-detail-item:last-child{
    margin-bottom: 30px;
}
.hizmet-title{
    font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 126%;
text-transform: uppercase;

letter-spacing: 0.045em;

color: #666666;
}
.hizmet-title:first-child{
    margin-top: 10px;
}
.hizmet-title:last-child{
    margin-bottom:30px;
}
.iletisim-detail-container{
    width: 100%;
    min-height: 250px;
    padding: 10px;
    
    margin-top: 30px;
}
.iletisim-select-box{
    width: 32%;
    color: #fff;
    font-size: 14px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
}
.iletisim-select-box select{
    height: 50px;
    display: block;
    width: 100%;
    padding: 5px 10px;
    background-color: unset;
    color: #595959;font-feature-settings: 'case' on, 'zero' on;
    cursor: pointer;
    margin-top: 12px;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 20px;border: 1px solid #555555;
}

.justify-content-between{
    display: flex;
    justify-content: space-between;
}
.px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-1{
    padding-left: 10px;
    padding-right: 10px;
}
.select-boxes{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    color: #fff;
}
.form-p{
    margin-bottom: 10px !important;
    font-size: 14px;
}
.select-box-item{
    display: flex;
    margin-right: 20px;
    flex-direction: column;
    width: calc(50% - 20px);
}
.select-box-item label{
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
}
.select-box-item select{
    height: 50px;
    display: block;
    width: 100%;
    padding: 5px 10px;
    background-color: unset;
    color: #595959;font-feature-settings: 'case' on, 'zero' on;
    cursor: pointer;
    margin-top: 12px;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 20px;border: 1px solid #555555;
}
.medya-container{
    width: 100%;
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.blog-posts{
    width: 65%;
    
    min-height: 200px;
    display: flex;
    flex-direction: column;
}
.blog-post-item{
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 70px;
    justify-content: space-between;
}
.blog-post-item-content{
    width: calc(100% - 256px) ;
min-height: 296px;
padding: 26px;
font-family: "Roboto",sans-serif;
position: relative;
background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0.74) 100%);
border: 1px solid rgba(143, 36, 36, 0.3);
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
}
.blog-post-item-content:hover{
    border: 1px solid #8F2424;
}
.blog-post-item-photo{
  width: 236px;
    cursor: pointer;
    min-height: 296px;
    overflow: hidden;
    transition: 0.2s;
    object-fit: cover;
}

.blog-post-item-photo img:hover  img{
    border: 1px solid #8F2424;
}

.blog-post-item-photo img{
    width: 100%;
    height: 100%;
    
}

.blog-post-item-icon{
    position: absolute;
    top: -16px;
    left: 25px;
}
.blog-post-item-date{
    
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 148%;
margin-top: 15px;

letter-spacing: 0.15em;

color: #575757;

}
.blog-post-item-title{
    width: auto;
    display: inline-block;
    min-height: 15px;
    margin-top: 15px;
    
font-style: normal;
font-weight: 700;
font-size: 13px;
line-height: 148%;
/* identical to box height, or 18px */

letter-spacing: 0.15em;

color: #FFFFFF;

}
.blog-post-item-mini-detail{
    margin-top: 20px;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 148%;
/* or 21px */
width: 90%;
letter-spacing: 0.15em;

color: #FFFFFF;
}
.blog-post-item-link{
    text-transform: uppercase;
    position: relative;
   
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 148%;
    /* or 21px */
    width: 90%;
    margin-top: 30px;
    letter-spacing: 0.15em;
    
    color: #FFFFFF;
}
.blog-post-item-link::after{
    content: "";
    position: absolute;
    width: 23px;
    height: 2px;
    bottom: -10px;
    left: 0;

background: #500406;
}
.blog-nav-menu{
    width: 29%;
    
    padding: 0 20px;
    min-height: 200px;
    font-family: "Quiksand",sans-serif;
}
.blog-nav-menu h2{
    font-size: 20px;
line-height: 148%;

margin-bottom: 15px;
letter-spacing: 0.085em;
text-transform: uppercase;
color: #FFFFFF;
}
.blog-nav-menu li{
    width: 100%;
    min-height: 25px;
    margin-bottom: 20px;
    padding: 5px;
}
.blog-nav-menu li img{
    margin-right: 10px;
}
.blog-nav-menu a{
    font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 100%;
/* identical to box height, or 18px */
text-transform: uppercase;
letter-spacing: 0.15em;

color: #FFFFFF;

}
.blog-nav-menu a:hover{
    color: #B40000;
}
.pagination{
    display: flex;

}
.pagination a{
    margin-right: 10px;
    width: 45px;
    height: 45px;
    display:flex;
    
    justify-content: center;
    align-items: center;
}
.pagination a:hover{
    background: #B40000;
}
.medya-page-icons{
    position: absolute;
    width: 70px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    left: -120px;
    top: 70px;
}
.font-little{
    font-size: 30px !important;
}
.blog-detail-image{
    width: 100%;
    
    position: relative;
}
.blog-detail-image img{
    width: 100%;
    
}
.blog-detail-image-cap{
    position: absolute;
    bottom:-20px;
    left: -60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 90px;
    background: linear-gradient(180deg, #212121 0%, rgba(39, 39, 39, 0.53) 100%);
backdrop-filter: blur(2px);
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 112%;
/* or 28px */

letter-spacing: 0.04em;

color: #FFFFFF;
}
.blog-detail-image-cap p{
    width: 60%;
}
.detail-blog-content{
    width: 100%;
    padding: 35px;
    color: #fff;letter-spacing: 0.15em;
    position: relative;
    background-color: #ddd;
    margin-top: 50px;
    background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0.74) 100%);
    border: 1px solid #8F2424;
}
.detail-blog-content-icon{
    position: absolute;
    left: 33px;
    top: -15px;
}
.date-and-print{
    width: 100%;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    
}
.date{
    font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 148%;
/* identical to box height, or 18px */

letter-spacing: 0.15em;

color: #575757;
}
.detail-blog-content .title a{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.detail-blog-content .title{
    margin-bottom: 20px;
}
.btn-go-top{
    position: absolute;
    bottom: -100px;
    right: -150px;
}
.pt-10{
    padding-top: 10px;
}
.medya-container-top-icons{
    position: absolute;
    top: -20px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mediaBox{
    width: 100%;
    min-height: 300px;
    margin-top: 50px;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
}
.media-box-item-photo{
    width: 200px;
    height: 150px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0.6;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    
    cursor: pointer;
    overflow: hidden;
}
.media-box-item-photo:hover{
    opacity: 1;
}
.media-box-item-photo img{
    width: 100%;
    height: 100%;
}
.gallery-outer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: #212121c2;
}
.now-image{
    width: 80%;
    height: 80%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: transparent;
}
.now-image img{
    width: 100%;
    
}
.now-image iframe{
    width: 100%;
    height: 100%;
}
.close-gallery-icon{
    color: #fff;
    position: fixed;
    top: 2rem;
    right: 2rem;
    font-size: 2rem;
    cursor: pointer;
}
.mini-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Roboto",sans-serif;
    width: 33px;
    height: 33px;
    background: #161616;
    border: 1px solid #FFFFFF;
    margin-right: 8px;
}
.medya-container-column{
    flex-direction: column !important;
}
.gallery-pagination{
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
    margin-top: 70px;
    justify-content: center;
   margin-bottom: 100px;
}
.mini-btns{
    display: flex;
    width: auto;
    margin-right: 40px;
}
.page-control-box{
    display: flex;
}
.page-control-box a{
    margin-right: 10px;
    
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.media-box-item-video{
    width: 45%;
    height: 350px;
    margin-bottom: 24px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0.6;
    border: 1px solid #232323;
    border-radius: 10px;
    
    cursor: pointer;
    overflow: hidden;
}
.media-box-item-video iframe{
    width: 100%;
    height: 350px;
}
.embed-click-handler{
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0.74) 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    
    align-items: center;
    font-family: "Quicsand",sans-serif;
}
a.print{
    cursor: pointer;
}
.d-flex-end{
    justify-content: flex-end;
}
.title-mini{
    font-size: 40px;
}
.musteri-container{
    width: 100%;
    padding: 0px 0px;
    min-height: 200px;
    margin-top: 100px;
    
   
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.musteri-container iframe{
    width: 100%;
}
.musteri-container::before{
    content: "";
    width: 130px;
    height: 130px;
    background: url("../images/musteri/musteri-before.png");
    position: absolute;
    left:-20px;
    top: -20px;
}
.musteri-container::after{
    content: "";
    width: 130px;
    height: 130px;
    background: url("../images/musteri/musteri-after.png");
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right:-20px;
    bottom: -30px;
}
.odeme{
    width: 100%;
    background: url("../images/musteri/odeme-bg.png");

    min-height: 400px;
    
}
.p-40{
    padding: 40px;
}
.hesapBox{
    width: 100%;
    
    min-height: 300px;
    padding: 20px;
}
.hesapSelectBox{
    width: 100%;
    height: 50px;
    margin-bottom:20px;
    
}
.hesapSelect{
    height: 50px;
    display: block;
    width: 50%;
    padding: 5px 10px;
    background-color: unset;
    color: #fff;font-feature-settings: 'case' on, 'zero' on;
    cursor: pointer;
    margin-top: 12px;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 20px;border: 1px solid #555555;
}
.hesapSelect option{
    color: #555555;
}
table.hesap-table{
    font-family: "Roboto",sans-serif;
    width: 100%;
    border-collapse:separate;
    color: #fff;
}

table.hesap-table th{
    color: #fff;
    display: flex;
    align-items: center;
    height: 50px;
    width: 16%;
    
    justify-content: flex-start;
}
table.hesap-table tr{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
table.hesap-table td{
    
    width: 16% !important;
    border: 1px solid #555555;
    height: 50px;
}

table.hesap-table td input{
    width: 100%;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    height: 50px;
    color: #fff;
    background: transparent;
    border:0;
    padding: 0px 10px;
    outline: none;
}
table.hesap-table td input:focus{
    outline: 1px solid #fff;
}
.hesap-item-sonuc{
    display: flex;background: #880303;
    justify-content: center;
    align-items: center;
}
.hesapResultBox{
    width: 100%;
    min-height: 100px;
   
    padding:10px 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
}
.hesap-result-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 40px;
    
    margin-top: 10px;
    align-items: center;
    color: #fff;
    font-family: "Roboto",sans-serif;
}
.hesap-result-item-result{
    width: 150px;
    height: 35px;
    background: #160808;
border: 1px solid rgba(170, 0, 0, 0.79);
display: flex;
justify-content: flex-start;
padding: 5px 15px;
align-items: center;
margin-left: 30px;
}
.hesap-result-item-title{
    font-size: 14px;
}
.musteri-content-container{
    width: 70%;
    
}
.musteri-left-side{
    width: 30%;
    display: flex;
    flex-direction: column;
    
}
.musteri-icons{
    height:100px;
    justify-content: flex-start;
    padding-left: 20px;
}
.musteri-nav{
    
    display: flex;
    width: 100%;
    min-height: 300px;
    padding: 10px;
    flex-direction: column;
}
.musteri-nav h2{
    font-family: 'Barlow Semi Condensed',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 25px;
margin-bottom: 40px;
line-height: 100%;
/* identical to box height, or 30px */


color: #FFFFFF;
}
.musteri-nav-links{
    width: 100%;
    min-height: 283px;
    padding: 25px;
    font-family: "Roboto",sans-serif;
    background: #1A1A1A;
border-radius: 10px;
}
.musteri-nav-links li{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 30px;
}
.musteri-nav-links a{
    font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 120%;
/* identical to box height, or 14px */


color: #999999;

}
.musteri-nav-links a:hover{
    color: #B40000;
}
.musteriContainer{
    max-width: 1200px;
    width: 100%;
}
.musteri-intro-content{
    
    width: 60%;
    margin-top: 50px !important;
}
.musteri-content-box{
    padding: 60px;
    padding-right: 300px;
}
.extra-form-container{
    width: 100%;
    min-height: 300px;
    
    margin-top: 100px;
    padding: 20px 100px;
    
}
.extra-form-container h3{
    font-family: 'Barlow Semi Condensed',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 100%;
/* identical to box height, or 30px */
margin-bottom: 50px;

color: #FFFFFF;
}
.musteri-extra-form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.musteri-extra-form .inputgroup{
    width: 50%;
    
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.musteri-extra-form  .inputgroup label{
    color: #fff;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    width: 100%;
    margin-bottom: 15px !important;
}
.musteri-extra-form  .inputgroup input{
    width: 100%;
    height: 50px;
    background: transparent;
    outline: none;
    border: 1px solid #555555;
    font-size: 18px;
    line-height: 100%;
    padding: 0 7px;
    color: #fff;
    font-family: "Roboto",sans-serif;
}

.musteri-extra-form select{
    height: 50px;
    display: block;
    width: 100%;
    padding: 5px 10px;
    background-color: unset;
    color: #595959;font-feature-settings: 'case' on, 'zero' on;
    cursor: pointer;
    margin-top: 12px;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 20px;border: 1px solid #555555;
}
.musteri-extra-form .full-input-group div{
    width: 32%;
    color: #fff;
    font-size: 14px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
}
.musteri-extra-form .full-input-group div  input{
    height: 50px;
    display: block;
    width: 100%;
    padding: 5px 10px;
    background-color: unset;
    color: #595959;font-feature-settings: 'case' on, 'zero' on;
    outline: none;
    margin-top: 12px;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 20px;border: 1px solid #555555;
}
.musteri-extra-form .full-input-group label{
    color: #fff;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
}
.select-box-item,.iletisim-select-box {
    position: relative !important;
}
.select-box-item select,.iletisim-select-box select{
    background: #161616;
    color: #595959;
}
.select-box-item::after,.iletisim-select-box::after{
    width: 28px;
    height: 25px;
    content: 'â†“';
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto",sans-serif;
    background: #1B1B1B;
    position: absolute;
    right: 5px;
    bottom: 12px;
}
.inputgroup .select-box-item{
    width: 100%;
    color: #fff;
}
.kurumsal-form-content .full-input-group .iletisim-select-box{
    margin-bottom: 20px;
}

.kurumsal-content-cap p {
    color: black;
    font-weight: 700;
}