.h-social li:first-child a {
    padding-left: 0;
    padding-bottom: 3px;
}

.text-white-important {
    color: #fff !important;
}
/* 
@media screen and (max-width:370px)
{
   .m-logo{
      scale:2.2
   }
}

@media screen and (max-width: 340px) {
   .m-logo{
      scale:2.8
   }
}



@media screen and (max-width:325px)
{
   .m-logo{
      scale:4;
      margin-bottom: 5px;
  
   }
} */

.language-show-desktop{
   display:inline-block;
}

.language-show-mobile{
   display:none;
}

@media screen and (max-width:1200px)
{
   .language-show-desktop{
      display: none;
   }

   .language-show-mobile{
      display: inline-block;
   }
}

.mobile-language-button{
   display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 6px 27px 6px 13px !important;
    font-size: 15px !important;
    line-height: 22px !important;
    text-decoration: none !important;
    color: #323232 !important;
    background: 0 0 !important;
    position: relative !important;
    -webkit-transition: all .2s linear !important;
    transition: all .2s linear !important;
}

.icon-26px{
    width: 26px;
    height: 26px;
}

.icon-46-64px{
    width: clamp(46px,5vw,64px);
}

.tick-icon{
    width: 14px;
}

.nav-bg{
    background: linear-gradient(150deg, rgb(56 131 207) 0%, rgba(51, 133, 214, 1) 47%, rgba(51, 133, 214, 1) 73%, rgba(179, 209, 240, 1) 100%);
}


.mavi-bg-gradient{
    background: linear-gradient(150deg, rgba(0,102,204,1) 27%, rgba(51,133,214,1) 47%, rgba(51,133,214,1) 73%, rgba(179,209,240,1) 100%);
}

.mavi-bg{
 background-color: #0066cc !important;
}
.turkuaz-bg{
   
    /* background-color: #00b3b3 !important; */
    background: linear-gradient(150deg, rgba(0,179,179,1) 14%, rgba(0,179,179,1) 33%, rgba(0,179,179,1) 63%, rgba(102,209,209,1) 86%) !important;
}

.turkuaz-for-mini-text{
    color: #ccf0f0 !important;
}

.turkuaz-bg-header{
    color: #F5F5F5 !important;
}
.turkuaz-bg-text{
    color: #EAEAEA !important;
}

.mavi-bg-header{
    color: #F5F5F5 !important;
}
.mavi-bg-text{
    color: #EAEAEA !important;
}


.tabs-default .nav-tabs li a.active {
    background-color: #0066cc !important;
}

.title-block{
    padding-top: 38px;
}

#tt-nav>ul>li>a{
    color:#fff;
}

.index.added-info__item .added-info__title span:before {
    background-color: white !important;
}