.flag {
    width: 10%;
    position: absolute;
    padding-top: 5px;
}

.companies-star {
    right: 10px;
    top: 10px;
    background: #f3f3f3;
    padding: 2px 5px;
    width: auto;
    float: right;
    z-index: 1;
    position: absolute;
}
.color-box-3-title {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    top: 12px;
}
.hoverImg:hover{
    z-index:2; -webkit-transform: scale(1.5); -ms-transform: scale(1.5); -moz-transform: scale(1.5);
    transform: scale(1.05);
}
.aHover:hover > .row > .backcolor > .backgroundcolor{
    background-color: #fcc800;
}
.color-box-3-content {
    font-size: 16px;
    position: relative;
    font-weight: bold;
    top: 54px;
}

.color-box-3-button-1 {
    bottom: 0px;
    float: right;
    position: relative;
    top: 90px;
    margin: 3px;
}


.company-box-4 {
    background-color: #f3f3f3;
    border: 3px solid #fff;
    min-height: 180px;
}
.company-box-4 > a > .company-box-4-image  {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.company-box-4 > a:hover > .company-box-4-image  {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.company-box-3 {
    background-color: #f3f3f3;
    border: 3px solid #fff;
    min-height: 180px;
}
.company-box-4-image {
    width: 100%;
    object-fit: contain;
    position: relative;
    height: 80px;
    top: 42px;
    transition: all 0.3s;
}
.company-box-4-center {
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 36%;
}

.company-box-name {
    font-size: 16px;
    overflow: hidden; /* taşacak kısımları gizle. */
    white-space: nowrap; /* alt satırı gösterme, alt satıra inme. */
    text-overflow: ellipsis; /* uzunsa sonuna üç nokta koy. */
}
.company-box-category{
    overflow: hidden; /* taşacak kısımları gizle. */
    white-space: nowrap; /* alt satırı gösterme, alt satıra inme. */
    text-overflow: ellipsis; /* uzunsa sonuna üç nokta koy. */
}
.title-new{
    float: left;
}
.line{
    /* display: block; */
    margin-top: -9px;
    margin-left: 12px;
    float: right;
    font-size: 100%;
    border: 4px solid #DCDEE3;
    border-radius: 3px;
    /* position: relative; */
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .company-box-4-center {
        text-align: center;
        position: absolute;
        bottom: 8px;
        left: 33%;
    }
    .slider-down-div1 > span {
        font-weight: bold;
        font-size: 14px;
    }
}
@media (min-width: 425px) and (max-width: 768px) {
    .company-box-4-center {
        text-align: center;
        position: absolute;
        bottom: 8px;
        left: 30%;
    }
    .color-box-3-button-1 {
        bottom: 0px;
        float: right;
        position: relative;
        top: 0px;
        margin: 3px;
    }
    .color-box-3-content {
        font-size: 16px;
        position: relative;
        font-weight: bold;
        top: 15px;
    }
    .counter_slider {
        padding: 2px;
        object-fit: contain;
        min-height: 185px;
    }
}
@media (min-width: 375px) and (max-width: 425px) {
    .company-box-4-center {
        text-align: center;
        position: absolute;
        bottom: 8px;
        left: 41%;
    }
    .line{
        display: none;
    }
    .title-new{
        float: inherit;
    }

    .color-box-3-button-1 {
        bottom: 0px;
        float: right;
        position: relative;
        top: 13px;
        margin: 3px;
    }
    .color-box-3-content {
        font-size: 16px;
        position: relative;
        font-weight: bold;
        top: 15px;
    }
    .image_slider{
        display: none;
    }

}

.slider-down-div1 {
    padding: 14px 0px 0px 10px;
    height: 70px;
    border: 1px solid #fff;
    margin-bottom: 4px;
}


.slider-down-div1 > span {
    font-weight: bold;
    font-size: 12px;
}


@media (min-width: 320px) and (max-width: 375px) {
    .company-box-4-center {
        text-align: center;
        position: absolute;
        bottom: 8px;
        left: 36%;
    }
    .line{
        display: none;
    }
    .title-new{
        float: inherit;
    }

    .color-box-3-button-1 {
        bottom: 0px;
        float: right;
        position: relative;
        top: 13px;
        margin: 3px;
    }
    .color-box-3-content {
        font-size: 16px;
        position: relative;
        font-weight: bold;
        top: 15px;
    }
    .image_slider{
        display: none;
    }

}

.slider-down-div1 {
    padding: 14px 0px 0px 10px;
    height: 70px;
    border: 1px solid #fff;
    margin-bottom: 4px;
}


.slider-down-div1 > span {
    font-weight: bold;
    font-size: 12px;
}
/* kart css start */
.img-new{
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.item{
    padding:5px;
}
.item-card{
    transition:0.5s;
    cursor:pointer;
    padding: 15px;
    border: 2px solid #fcc800;
    text-align: center;
}
.item-card-title{
    font-size: 12px;
    transition: 1s;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.item-card-title i{
    font-size:15px;
    transition:1s;
    cursor:pointer;
    color:#ffa710
}
.card-text{
    height:80px;
}

.card::before, .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}
.card::before {
    transform-origin: left top;
}
.card::after {
    transform-origin: right bottom;
}
/* kart css end */
.min-height-row{
    min-height: 15px;
}
.padding-bottom-15{
    padding-bottom: 15px;
}
.padding-top-15{
    padding-top: 15px;
}
.main_slider {
    object-fit: contain;
    padding: 0px;
    margin: 0px;
}
.counter_slider {
    padding: 2px;
    object-fit: contain;
}
.image_slider > div > a > img{
    border-radius: 4px !important;
}
.image_slider > div > a > img:hover {
    border-radius: 4px;
    box-shadow: 3px 3px 1px #ccc;
    -webkit-box-shadow: 3px 3px 1px #ccc;
    -moz-box-shadow: 3px 3px 1px #ccc;
}
