.zeus.tparrows:before {
    line-height: 50px !important;
}

.zeus.tparrows {
    min-width: 50px;
    min-height: 50px;
}

@media only screen and (max-width: 767px) {
    .section-banner-home {
        height: auto !important;
    }
}

.cs_about_content li {
    list-style: none
}

.cs_about_content li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    padding: 7px;
    background: #164c7f;
    color: white;
    border-radius: 30px;
    margin-right: 10px;
}

.icnon-counter-custom {
    font-size: 40px;
    color: #39a7f7;
    transition: all 0.6s ease;
}

.cs_counter_1_wrap .cs_counter.cs_style_1:hover .cs_counter_icon .icnon-counter-custom {
    color: white;
}

.cs_iconbox_icon.cs_center i {
    color: white;
    z-index: 999;
    font-size: 30px;
    top: 3px;
    position: relative;
}

.slick-dots li {
    height: 8px;
    width: 25px;
    border-radius: 4px;
    background-color: #e0e9ef !important;
    margin: 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

li.slick-active {
    background-color: var(--blue-color) !important;
}

.cs_post.cs_style_1 .cs_post_content {
    min-height: 310px;
}

@media screen and (max-width: 480px) {
    .cs_hero.cs_style_1 .cs_hero_title span::before {
        height: 3px;
        bottom: 0px;
    }
}

.cs_page_heading {
    height: 270px;
    padding: 25px 0 50px;
}

.min-height_cs_solution_content_wrapper {
    max-height: 480px;
    min-height: 480px;
    overflow-y: scroll;
}

.cs_iconbox.cs_style_2.cs_gray_bg {
    min-height: 100% !important;
}

.custom-share-icon a:hover {
    background-color: #deb157 !important;
    color: #164c7f !important;
}

.cs_iconbox.cs_style_4:hover span.span-date {
    color: #fff;
}

.custom-icon-search {
    font-size: 55px !important;
}

.cs_footer_highlight_col {
    z-index: 99;
    position: relative !important;
}

#btn-mobile-custom {
    display: none;
}

@media only screen and (max-width: 767px) {

    #btn-mobile-custom {
        display: block;
    }

    .btn-desktop-custom {
        display: none;
    }

}

@media screen and (min-width: 1200px) {
    .cs_nav .cs_nav_list>li {
        margin-right: 25px !important;
        height: inherit;
    }
}

.cs_iconbox.cs_style_2 {
    min-height: 100% !important;
}

.btn-pse {
    position: fixed;
    right: 5px;
    top: 100px;
    z-index: 9999;
    transition: transform 0.3s ease;
}

.btn-pse img {
    width: 73px;
    background: transparent;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;

}

.btn-pse:hover {
    transform: translateX(-4px);
    transition: transform 0.3s ease;
}

.cs_brand.cs_style_1 img {
    max-width: 135px;
    filter: none !important;
}

.cs_brand.cs_style_1:hover {
    border-color: transparent !important;
}

.cs_service_details {
    margin-top: 60px;
}

.bg-overlay {
    width: 100%;
    height: 300px;
    background: #ffffffb8;
    position: absolute;
    z-index: 1;
}

.cs_service_details_thumbnail {
    
    height: auto !important;
}
