.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.aydin {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.aydinheight {
    height: 185px;
}

.aydin_slider {
  opacity: 0.5 !important;
  
}

.category-title {
    margin-bottom: 15px;
}

.category-title a {
    font-size: 22px;
    font-weight: bold;
    color: #333 !important;
}

.category-grid-box .short-description h3 a {
    color: #b81433;
    font-size: 16px;
}

.heading-text {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

@media only screen and (max-width: 480px)
{
.slider_font_mob {
        font-size:20px;
    }
}


.custom-padding {
 padding: 50px 0 60px 0;
}

.pagination > .active > span:hover, .pagination li:hover > span, .pagination > .active > span, .category-grid span:hover, .pricing .featured span.btn-theme:hover, .btn-orange {
    background-color: #E52D27;
    border-color: #B31217;
    color: #fff !important;
}

.article-content ul {
    margin-left: 20px;
    list-style: disc;
}

.article-content ul ul {
    margin-left: 20px;
    list-style: circle;
}

.article-content {
    display: block;
}

.article-content p {
    font-size: 14px;
}

.article-content .tab-content {
    margin-top: 20px;
}


.article-content td {
    padding: 10px !important;
    font-size: 14px !important;
    color: #333;
}

.article-content p {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 0;
}

@media only screen and (min-width: 1280px) {
   .img-responsive {width:570px;}
}

@media only screen and (min-width: 1740px) {
   .img-responsive {width:100%;} 
}

@media only screen and (max-width: 1279px) {
    .img-responsive {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .padding-font {
        padding-left: 20px;
        font-size: 14px;
    }

}

.apartman-text-1 {
    padding-top: 30px;
    font-size: 18px;
}

.apartman-text-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
}

.apartman-home-link-btn {
    bottom: 0;
    font-size: 18px;
}

@media screen and (min-device-width: 481px) and (max-device-width: 991px) {

    .custom-respons {
        text-align: center!important;
    }

}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.services-grid .icons i {
    color: #E52D27;
}

.call-action h4 {
    text-transform: none;
}

.services-grid h4 {
    text-transform: none;
}

.category-grid-box {
    border-radius: 15px;
}

.heading-panel h1 {
    text-transform: none;
}