    
        
    /* AÇIKLAMA ----> BU ALANDA DEĞİŞİKLİK YAPACAK KİŞİDE EN AZ ORTA DÜZEY BİR CSS BİLGİSİ GEREKLİDİR.
 HER İHTİMALE KARŞI BU KODLARI BİR YERE KOPYALAYIN VE AKSİ BİR DURUM KARŞISINDA BU KODLARI TEKRAR EKLEYEBİLİRSİNİZ ///////////////////////////////////////////*/
    .top-level-menu{
    width:auto;
    display:flex;
    align-items:center;
    justify-content:space-between !important;
   
    }
/* 1-Ana Menü Görünüm Ayarları ///////////////////////////////////////////*/

.top-level-menu > li{
    background: none; /* Arkaplan rengi yok demektir. header alanının rengi ne ise arkaplanı o renk olacaktır */
  border-bottom:3px solid transparent;
    margin-right:0;
}
.top-level-menu > li:hover{
border-bottom:3px solid #6382f7;
}
.top-level-menu > li:first-child{
border-bottom:3px solid #6382f7;
}

/* 2- Ana Menü Hover Arkaplan Rengi ///////////////////////////////////////////*/
.top-level-menu > li span i{
font-size:12px;
  margin-left:6px;
}


/* 3- Ana Menü Box, Yazı Boyutu ve Renk Ayarları ///////////////////////////////////////////*/
.top-level-menu > li span{
    color:#000E39; /* Menunun yazı rengidir */
    padding:25px 15px; /* İçten bosluk değerleridir. Menu Kutusu hacimli görünür. 25px yukarı ve aşağıyı, 15px ise sağ ve sol taraftan iç boşluk değerleridir */
    font-size: 17px ; /* Menu Yazılarının font büyüklüğüdür */
    font-weight: 500; /* menu yazısının font kalınlıgıdır */
    text-align:center;

}

/* 4- Ana Menü Kutu, Yazı Boyutu ve Renk Ayarları Hover İçin ///////////////////////////////////////////*/
.top-level-menu > li:hover span{
   color:#1684fb; /* Mouse ile menu üzerinde iken yazının rengidir */
}


/* 5- Açılır Menü Alanı Ayarları ///////////////////////////////////////////*/
.second-level-menu
{
    width: 270px; /* Açılan menu alanının genişliğidir */
    background-color: transparent; /* Açılan menu alanının arkaplan rengidir */
    padding:0 0; /* Açılan menunun içten bosluk değeridir */
  border-top:0px solid #ebebeb;

}

.second-level-menu > div
{
    width: 100%; /* Açılan menu alanının genişliğidir */
    background-color: #fff; /* Açılan menu alanının arkaplan rengidir */
    padding: 25px ; /* Açılan menunun içten bosluk değeridir */
  font-weight:500;
    border-radius:0;
  margin-top:3px;

}

/* 6- Açılan Menüdeki her bir menu itemlerinin ayarları ///////////////////////////////////////////*/
.second-level-menu > div > li
{
    padding: 10px 0; /* Itemlerin yukarı aşağı ve sağ sol içten bosluk değerleri */
    border-bottom:1px solid #ebebeb;
}


/* 8- Açılan Menüdeki Itemlerin font ayarları ///////////////////////////////////////////*/
.second-level-menu  > div >  li p{
    color: #000; /* Açılan menudeki itemlerin font renk ayarı */
    font-size:16px; /* açılan menudeki itemlerin font büyüklüğü */
    font-weight:500;
  transition-duration: 0.1s; transition-timing-function: linear;

}

/* 9- Açılan Menüdeki Itemlerin hover font ayarı ///////////////////////////////////////////*/
.second-level-menu > div > li:hover p{
    color:#1684fb; /* Açılan menudeki itemlerin üstüne geldiğinizdeki yazının rengi */
     margin-left:10px;
}

.second-level-menu > div > li:hover .hed-second-ico{
   color:#1684fb; 
}


/* 10- Üçüncü açılan menü alanı için genel ayarlar ///////////////////////////////////////////*/
.third-level-menu
{
    left: 205px; /* Bir üst menü için belirlediğiniz genişlik ne ise ona göre ayarlayın.(.second-level-menu) Eğer bir üst menu kodlamasında padding değeri var ise ona göre hesaplayın */
    width: 270px; /* Üçüncü açılır menunuzun genişlik değeri */
    margin-left: 270px; /* Üstteki değerin aynısı olmalıdır. Animasyon olarak ekrana gelmesi için. */
    background-color: #fff; /* Ücüncü menu alanının arkaplan rengidir */
    padding: 8px; /* Ücüncü menu alanının içten bosluk değeridir */
   
}

/* 11- Üçüncü açılan menü alanındaki ITEM ayarları ///////////////////////////////////////////*/
.third-level-menu > li
{
    padding: 8px 15px; /* Üçüncü menu alanındaki itemlerin padding değeridir */
}

/* 12- Üçüncü açılan menü alanındaki ITEMLERİN Hover arkaplan renk ayarı ///////////////////////////////////////////*/
.third-level-menu > li:hover {
    background: #F3D95D; /* Üçüncü menu alanındaki itemin mouse ile üstüne geldiğinizdeki arkaplan rengi */
}

/* 13- Üçüncü açılan menü alanındaki ITEMLERİN yazı ayarı ///////////////////////////////////////////*/
.second-level-menu > div > li > .third-level-menu li p{
    color: #000; /* Üçüncü menu alanındaki itemin yazı rengi */
    font-size:12px; /* Üçüncü menu alanındaki itemin yazı büyüklüğü */
}

/* 14- Üçüncü açılan menü alanındaki ITEMLERİN yazı hover ayarı ///////////////////////////////////////////*/
.second-level-menu > div > li > .third-level-menu li:hover p{
    color:#000; /* Üçüncü menu alanındaki itemin mouse ile üstüne geldiğinizdeki yazı rengi */
}

       
/* 15- Açılan menu alanlarındaki üst çizgi renkleri ///////////////////////////////////////////*/




    .topheader-links-box-in i{
        color: #da1718;
    }


.topheader-out{
  border-bottom:1px solid #EEEEEE;
}

    .menuitems-border{
        border-top: 1px solid #ebebeb;
        background-color: #fff;
    }
    .menuitems{
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        padding: 0;
        margin-bottom: 0;
        position: relative;
        z-index: 9 !important;
    }
    .header-container-right,
    .menuitems-right{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }


    .header-infobox{
        margin-right: 40px;
    }
    .header-infobox:last-child{
        margin-right: 0;
    }
    .header-infobox-i{
        margin-right: 15px;

    }
    .header-infobox-i i{
        font-size: 35px ;
        color: #da1718;
    }

    .header-infobox-txt .header-infobox-txt-h{
        font-size: 13px ;
        color: #999;
        font-weight: 500;
        line-height: 11px;
    }

    .header-infobox-txt .header-infobox-txt-s2{
        font-size: 18px ;
        color: #000;
        font-weight: 500;
    }
    .hed-second-ico{
        color: #666;
        margin-right: 5px;
        font-size: 12px ;
    }

    .topbarsimgemain{
       padding: 7px 10px !important;
        border-radius: 2px;
        margin-right: 5px;
        transition-duration: 0.1s; transition-timing-function: linear;
    }
    .topbarsimge{
        font-size: 32px ;
        color: #000;
    }
    .topbarsimgemain:hover{
        background-color: #ccc;
    }



  .beni-ara{
            width: 100%;
            height: auto;
    padding:100px 0;
        }
        .beni-ara .beni-ara-abs{
            width: 100%;
                      z-index: 1;
        }
        .beni-ara .beni-ara-abs .slider_text_inside_main{
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
        }
        .beni-ara .beni-ara-abs .slider_text_inside_main .inside{
            background-color: #fff;
            width: 440px;
            padding: 60px;
            box-sizing: border-box;
            border-radius: 10px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        }

        .beni-ara-abs .slider_text_inside_main form,
        .slider-callme .inside form{
            width: 100%;
        }

        .beni-ara-abs .slider_text_inside_main .h,
        .slider-callme .inside .h{
            font-size: 24px ;
            margin-bottom: 20px;
            line-height: 28px;
            font-weight: 700;
            color: #001837;
        }

     .beni-ara-abs .slider_text_inside_main .h i{
            font-size: 44px ;
 			margin-right:10px;
        }

        .beni-ara-abs .slider_text_inside_main .s,
        .slider-callme .inside .s{
            font-size: 14px ;
            line-height: 20px;
            margin-bottom:15px;
            color: #999;
        }

        .beni-ara-abs .slider_text_inside_main form input,
        .slider-callme .inside form input{
            border:1px solid #eeeeee !important;
            border-radius: 5px !important;
            background-color: #f7f7f7;
            font-size: 14px ;
            color: #001837;
            height: 45px;
        }
        .beni-ara-abs .slider_text_inside_main form button,
        .slider-callme .inside form button{
            font-size: 14px ;
            font-weight: 600;
        }
        .beni-ara-abs .slider_text_inside_main form .form-control::placeholder {
            color: #001837;
            opacity: 1;
        }
        .kabultxt{
            color: #001837;
        }
        .kabultxt a{
            color: #001837;
            text-decoration: underline;
        }
        .beni-ara-abs .custombxo input:checked + label:after {
            content: '';
            display: block;
            position: absolute;
            top: 3px;
            left: 8px;
            width: 5px;
            height: 12px;
            border: solid #001837;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
        .beni-ara .beni-ara-abs .slider_text_inside_main .textside{
            flex:1;
        }
        .beni-ara .beni-ara-abs .slider_text_inside_main .textside .in{
            width: 80%;
            padding: 55px 0;
        }
        .slider_svg_div {
            width: 100%;
            position: absolute;
            left: 0;
            right: 0;
            z-index: 1;
            transition: all ease 1.5s;
            -webkit-transition: all ease 1.5s;
            -moz-transition: all ease 1.5s;
        }
        .slider_svg {
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            height: 100px;
        }

@media screen and (max-width:820px) and (min-width:0) {
  
  .beni-ara .beni-ara-abs .slider_text_inside_main{
  flex-wrap:wrap;
  }
  .beni-ara .beni-ara-abs .slider_text_inside_main .textside{
  flex:none;
    width:100%;

  }
  .beni-ara .beni-ara-abs .slider_text_inside_main .textside .in{
  margin:0 auto;
  }
         .beni-ara .beni-ara-abs .slider_text_inside_main .inside{
			padding:30px;
            margin-top: 0;
        } 
}

@media screen and (max-width:1151px) and (min-width:1023px) {
  .beni-ara-abs .slider_text_inside_main .h, .slider-callme .inside .h{
  font-size:18px;
    line-height:21px
  } 
  .beni-ara-abs .slider_text_inside_main .h i{
  font-size:29px
  }
  
  
}

.info-main-div {
    background:#fff ;
}
    .infoboxes{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }




.hizmetler-box-h{
background-color: #;
}





.doktorlar-anasayfa-main{
    background-image:url("../../images/uploads/") ;
    background-size: cover;
    background-position:top center;
    padding:px 0;
margin: px 0;
}

.doktorbox2,
.doktorbox{
background-color: #;
border: 1px solid #;
color: #;
border-radius: px;
}
.doktorbox:hover{
color: #;
}



.tibbibox{
background-color: #;
color: #;
border-radius: px;
border: 1px solid #;
}
.tibbibox:hover{
color: #;
}

.bolumler-anasayfa-main{
    background-image:url("../../images/uploads/") ;
    background-size: cover;
    background-position:top center;
    padding:px 0;
margin: px 0;
}


body{
font-family : 'Saira Semi Condensed',Sans-serif !important ;

}






.home-comment-slide{
border-radius: px;
background-color: #FFFFFF;
border: 1px solid #;
}

    .home-comment-slide{
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 4%);
    }

.hizmetler-box,
.hizmetler-box-img img{
border-radius: px px 0 0;
}

#proje-slide{
border-radius: px;
}

.desktop-slider-contact-container{
background: ;
padding: ;
}
.sl-cont-box-i{
color: #}
.sl-cont-box-txt{
color: #}


.header-desktop-logo-div-main{
margin-top: -85px;
}

.lang-select-custom-div,
.topheader-links-box{
color: #606060 !important;

}
.lang-select-custom-div,
.topheader-links-box:hover{
color: #606060 !important;
text-decoration:none;
}

.header-container{
padding: 20px 0;
}

/* hizmetler */
.hizmetler-module-main-div{
    background:#FFFFFF ;
padding:40px 0;
margin: 0px 0;
}
.hizmetbox{
background-color: #;
}
.hizmetbox-img{
background-color: #;
}
.hizmetbox-hed a{
color: #;
}







/* Swiper Custom Style ///////////////////////////////////////////*/
.swiper-container .swiper-wrapper{
height: 680px;
}
.swiper-slide {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
}
[class^="swiper-button-"] {
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
[class^="swiper-button-"] {
width: 44px;
opacity: 0;
visibility: hidden;
}


.ustsliders .swiper-button-prev {
-webkit-transform: translateX(200px);
transform: translateX(200px);
}

.ustsliders .swiper-button-next {
-webkit-transform: translateX(-200px);
transform: translateX(-200px);
}
.ustsliders:hover .swiper-button-prev,
.ustsliders:hover .swiper-button-next {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
visibility: visible;
}
.swiper-pagination-bullet-active {
width: 20px!important; height: 4px!important; border-radius: 0 !important;
background-color: transparent !important;
background-color:#FBA311 !important;
}
[class^="swiper-pagination-bullet"]{
width: 10px; height: 4px;
-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;border-radius: 0 !important;
transition: all .3s ease;
}
.swiper-container.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
bottom:80px;
}

/* Swiper Custom Style SON ///////////////////////////////////////////*/


/* iphone 5s ==========================================
*****************************************************************************/
@media screen and (max-width:321px) and (min-width:0px) {
.swiper-container .swiper-wrapper {
width: 100% !important; margin: 0 auto;
height: 425px !important;
}
.slider_text_inside_box_h{
font-size: 22px !important ;
line-height: 22px !important ;
}
.slider_text_inside_box_s{
font-size: 15px !important ;
line-height: 19px !important ;
}
}
/*** iphone X - S5 vs ==========================================
*****************************************************************************/
@media screen and (max-width:410px) and (min-width:321px) {
.swiper-container .swiper-wrapper {
width: 100% !important; margin: 0 auto;
height: 425px !important;
}
.slider_text_inside_box_h{
font-size: 22px !important ;
line-height: 22px !important ;
}
.slider_text_inside_box_s{
font-size: 15px !important ;
line-height: 19px !important ;
}
}
/* Pixel 2 - iphone plus ==========================================
*****************************************************************************/
@media screen and (max-width:767px) and (min-width:410px) {
.swiper-container .swiper-wrapper {
width: 100% !important; margin: 0 auto;
height: 425px !important;
}
.slider_text_inside_box_h{
font-size: 22px !important ;
line-height: 22px !important ;
}
.slider_text_inside_box_s{
font-size: 15px !important ;
line-height: 19px !important ;
}
}
/* Ipad Pro*/
@media screen and (max-width:1100px) and (min-width:1023px) {
.swiper-container .swiper-wrapper {
height: 680px;
}
.slider_text_inside_box_h{
    font-size: 49px !important ;
    line-height: 49px !important ;
}
}

@media screen and (max-width:1023px) and (min-width:767px) {
/* Ipad */
.swiper-container .swiper-wrapper {
height: 680px;
}
.slider_text_inside_box_h{
    font-size: 49px !important ;
    line-height: 49px !important ;
}
}

/* RESPONSIVE ENDING ==========================================
*****************************************************************************/
@media screen and (max-width:1440px) and (min-width:1101px) {
.swiper-container .swiper-wrapper{  height: 680px; }
}
@media screen and (max-width:1600px) and (min-width:1441px) {
.swiper-container .swiper-wrapper{  height: 680px; }
}
@media screen and (max-width:1680px) and (min-width:1601px) {
.swiper-container .swiper-wrapper{  height: 680px; }
}









.footer-module-main-div{
    background:#fff ;
padding:80px 0;
margin: 0px 0 0 0;
}
.footer-module-box-telif{
width: 90%;
color: #252525;
}
.footer-module-box-social a{
display: block;
color: #000000;
padding: 10px 14px;
box-sizing: border-box;
line-height: 15px;
font-size: 15px ;
}
.footer-module-box-social a:first-child{
padding-left: 0;
}
.footer-module-header-text{
color: #000000;
}
.footer-module-contact-box{
color: #252525;
}
.footer-module-contact-box a{
color: #252525;
}
.footer-module-workhour-div{
color: #252525;
}
.footer-module-links-div a{
display: block;
width: 100%;
margin-bottom: 10px;
color: #252525;
}





.sss-module-main-div{
margin-top: 0px !important;
margin-bottom: 0px !important;
}

.sss-left-img{
background-image:url("../../images/uploads/5847844151486-466-woman-holding-metal-wrench-labor-day-background-concept_1150-41810.webp") ;
background-size: cover;
background-position:top center;
}


.sss-module-inside-area{
padding-top:80px;
padding-bottom:80px;
background:#FFFFFF ;
}

.accordion_main {
width: 100%;
text-align: left;
}



.accordion__item{
border-bottom:1px solid #F1F1F1 !important;
border-radius: 4px !important;
overflow:hidden;
}

.accordion-header {
padding: 15px;
background: #FFFFFF;
color: #000000;
cursor: pointer;
font-size:17px;
font-weight: 500;
transition: all .3s;
}
.accordion__item:last-child{
border-bottom:1px solid #F1F1F1 !important;
}


.accordion-body {
color: #000000;
display: none;
width: 100%;
}

.accordion-body__contents {
padding: 20px 0;
line-height: 24px;
font-weight: 400;
font-size: 17px;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
overflow: hidden;
}


.accordion__item > .accordion-header:before {
content: "\f078";
font-family: FontAwesome;
font-size: 1.2em;
float: left;
margin-right: 15px;
font-size: 15px ;
position: relative;
transition: .3s all;
transform: rotate(0deg);
margin-top: 1px;
}

.accordion__item.active > .accordion-header:before {
transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
background: #0095E5;
color:#FFFFFF}





.intro-video-module-main-div{
    background-image:url("../../images/uploads/") ;
    background-size: cover;
    background-position:top center;
    padding:px 0;
margin-top: px !important ;
margin-bottom: px !important;
}



.comment-slide-box{
background-color: #FFFFFF;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.11));
    box-shadow: 0 0 5px rgba(0,0,0,.08);
}

.comment-slide-box-ust-name-h{
color:#000000;
}
.comment-slide-box-ust-name-s{
color:#666666;
}
.comment-slide-box-alt{
color:#686868;
}

.comment-slide-box:before{
border-color: #FFFFFF transparent transparent transparent;
}

.swiper-comments .swiper-pagination-bullet-active {
width: 40px!important;
height: 4px!important;
border-radius: 0 !important;
background-color: #FFFE48 !important;
}
.swiper-comments [class^="swiper-pagination-bullet"]{
width: 10px;
height: 4px;
-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;border-radius: 0 !important;
transition: all .1s ease;
}
.swiper-comments .swiper-pagination {
display: flex;
align-items: center;
justify-content: center;
}







.yorumlar-module-main-div{
    background:#F7F7F7 ;
padding:110px 0;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.swiper-comments {
width: 100%;
height: auto;
}
.swiper-comments .swiper-slide {
width: 100%;
display:block;
box-sizing:border-box;
border-radius: 5px;
height:100%;
text-align:center;
}
.swiper-comments .swiper-pagination-bullet-active {
width: 14px!important; height: 14px!important;
border-radius: 100px !important;
background-color: #FFFE48 !important;
}
.swiper-comments .swiper-pagination-bullet {
width: 14px; height: 14px;
border-radius:100px !important;
webkit-transition: all .3s ease;
transition: all .3s ease;
}


.marka-module-main-div{
    background-image:url("../../images/uploads/8376110005347-68-434679489_964407308532451_6279587019925599971_n.jpg") ;
    background-size: cover;
    background-position:top center;
    padding:60px 0;
margin-top: 0px !important;
margin-bottom: 0px !important;
}

.swiper-clients {
width: 100%;
height: 100%;
position: relative;

}

.swiper-clients .swiper-slide {
text-align: center;
padding: 5px 10px;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
.swiper-clients .swiper-slide img{
max-height: 90px;
}





.blog-box{
border: 1px solid #F3F6F9;
background-color: #FFFFFF;
}




.header-top-boxes-box-i{
color:#000E39}
.header-top-boxes-box-txt{
color:#}

.top-social-a{
color:#000E39}
.top-social-a:hover{
color:#000E39}

.header-mobile-view-in{
padding:25px 0 ;
}
.menu-icon-toggle span{
background-color: #002B5C;
}
.home:not(.open) .menu-icon-toggle span {
background-color: #002B5C;
}
.menu-icon-toggle::before, .menu-icon-toggle::after {
background-color: #002B5C;
}
.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
background-color: #002B5C;
}
.fa-chevron-down{
transform: rotate(0deg);
transition: transform .02s linear;
}

.fa-chevron-down.open{
transform: rotate(180deg);
transition: transform 0.2s linear;
}



.filter-button{color:#; background: #; font-size:; border-radius:px; }
.filter-button.is-checked{color:#; background: #;}

.project-item{
border-radius: px;
}

.projeler-modules{
    background-image:url("../../images/uploads/") ;
    background-size: cover;
    background-position:top center;
    padding:px 0;
margin-top: px !important;
margin-bottom: px !important;
}




        .videotabs-in-slider{
        width: 100%;

        height: auto;
    }
    .videotabs-in-slider  .play-video-area{
        width: 1140px;
        margin: 0 auto;
        position: relative;
        z-index: 999;
    }
    .videotabs-in-slider  .play-video-area .insides{
        width: 600px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        bottom: 200px;
    }
    .videtabs-btn{
        padding: 16px 37px;
        -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
        font-weight: 600;
        font-size: 14px ;
        background-color: #fba311;
        color: #FFF;
        transition-duration: 0.2s; transition-timing-function: linear;
        transform: rotate(0deg);
        margin-left: 45px;
        text-decoration: none !important;
      transition-duration: 0.1s; transition-timing-function: linear;
    }
        .videtabs-btn:hover{
           margin-top:-10px;
          color:#fff;
        }                .hizmetler-box{
                    border: 1px solid #ebebeb;
                  border-radius:6px;
                             box-shadow: 0 20px 60px -10px rgb(0 0 0 / 0%);
                }
                .hizmetler-box:hover{
                  box-shadow: 0 20px 60px -10px rgb(0 0 0 / 18%);
                  margin-top:-5px;
                }
     
                .hizmetler-box-txt{
                    padding: 40px 30px 15px 30px !important;
                    font-size: 20px ;
                    color: #001837;
                }
                .hizmetler-box-spot{
                    padding: 0 30px 30px 30px;
                    color: #666;
                    font-size: 15px ;
                }

                .hizmetler-box-detailbtn{
                    padding: 0 30px 30px 30px;
                    color: blue;
                    font-size: 13px ;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    text-decoration: none !important;
                }
                .hizmetler-box-detailbtn i{
                    font-size: 22px ;
                    margin-left: 7px;
                }

                .hizmetler-box-abs{
                    width: 95px; height: 45px;
                    background-color: #fff;
                    border-radius: 0 20px 0 0;
                    -webkit-transition: all .4s;
                    transition: all .4s;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #001837;
                    font-size: 20px ;
                }
           .hizmetler-box:hover .hizmetler-box-abs{
          			width:100%;
                 border-radius:0;
                  -webkit-box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
                    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
                  border-top:1px solid #ebebeb;
             background-color:blue;
             color:#fff !important;
                }
                .hizmetler-box:hover .hizmetler-box-detailbtn,
                .hizmetler-box:hover .hizmetler-box-spot,
                .hizmetler-box:hover .hizmetler-box-txt{
                    color: #001837;
                }

.header-language-div{
border-left: 1px solid #EBEBEB;
margin-left: 15px;
padding: 0px 0 0px 5px;
}

.topheader-social{
border-left: 1px solid #EBEBEB;
padding-left: 15px;
margin-left: 15px;
}
.topheader-links-box{
border-right:1px solid #EBEBEB}