.panel
{
    min-width: 102%;
    /*height: 134px;*/
    position: absolute;
    top: 100px;
    left: -15px;
    overflow: hidden;
    /*z-index:-1;*/
    z-index:-1;
    display: flex;
    align-items: center;
    /*Sonradan eklendi */
    height: 210px; 
    align-items: center;
}
.panel img{
    min-height: 100%;
}
@media only screen and  (max-width: 769px) {   

    .panel
    {
        height: 207px;
    }
    .member_info_title
    {
        height: 207px !important;
    }
    .siparis_detay_info_title
    {
        height: 207px !important;
    }
    #panel_aboutUs
    {
        height: 593px !important;
    }
 }
 @media only screen and  (max-width: 694px) {   

    .panel
    {
        height: 205px;
    }
    .member_info_title
    {
        height: 205px !important;
    }
    .siparis_detay_info_title
    {
        height: 205px !important;
    }
    #panel_aboutUs
    {
        height: 591px !important;
    }
  
 }
 @media only screen and  (max-width: 654px) {   
 
    .panel
    {
        height: 199px;
    }
    .member_info_title
    {
        height: 199px !important;
    }
    .siparis_detay_info_title
    {
        height: 199px !important;
    }

    #panel_aboutUs
    {
        height: 585px !important;
    }
 }
.panel img{
width: 100%;
}
.contact_content{
    width: 90%;
    font-size: 16px;
    margin: auto;

}
.hikioInfo
{
    font-size: 13px;
    color: rgb(95, 95, 95);
    font-family: "SF-Pro-Light";
    font-weight: 0;
    letter-spacing: -.022em;
}

.contactMap{
    width: 100%;
    height: 550px;
    margin-top: 50px;
}
.contactMapLeft{
    width: 454.5px;
    height: 100%;
    float: left;
    max-width: 100%;
}
.contactMapLeftTitle{
    width:100%;
    min-height: 50px;
    font-size: 20px;
    font-family: "SF-Pro-Light";
    font-weight: 0;
    letter-spacing: -.022em;
    border-bottom: 1px solid rgb(232, 232, 232);
   
}
.contactMapLeftTitle a{
    margin-left: 7px;
    position: relative;
    top: 13px;
    color: rgb(95, 95, 95);
}
.contactMapLeftContent{
    width: 92%;
    height: 450px;
    margin-left: 7px;
    margin-top: 30px;
   
}


.contactMapRight{
    width: 454.5px;
    max-width: 100%;
    height: 100%;
    float: right;
}
.contactMapRightTitle{
    width:100%;
    min-height: 50px;
    font-size: 20px;
    font-family: "SF-Pro-Light";
    font-weight: 0;
    letter-spacing: -.022em;
    border-bottom: 1px solid rgb(232, 232, 232);

}
.contactMapRightTitle a{
    margin-left: 29px;
    position: relative;
    top: 13px;
    color: rgb(95, 95, 95);
}
.contactMapRightContent{
    width: 92%;
    height: 450px;
    margin-left: 29px;
    margin-top: 30px;
}
@media only screen and  (max-width: 1100px) { 

.contact_content
{
    height: 1350px;
}
.contactMapLeft{
    float: unset;
    margin:0px auto;
    clear:both;
}
.contactMapRight{
    float: unset;
    margin:0px auto;
    clear:both;
}
.contactMapRightTitle a{
    margin-left: 7px;

}
.contactMapRightContent{
    margin-left: 7px;
}
#ContactAddress_message{
    margin-top: 600px !important;
}
}