.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}


.service-card:hover {
        border: 1px solid #2c2424;
}
header .swiper-slide-bg {
  
    width: auto!important;
    height: 350px!important;
    aspect-ratio: unset!important;
}
.elementor-search-form__container {
    background-color: #FFFFFF;
    border-color: #05C4FF;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px;
    border-radius: 30px;
    height: 40px;
    border: 1px solid #ccc;
    outline: 0;
    padding-left: 15px;
    width: 76%;
}

.service-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    
    min-height: 10rem;
    border: 1px solid #dedcdc;
}
.service-img img {
           width: 100%;
        height: 100%;
     
        max-height:160px;
      
}

.service-content {
    padding: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.service-content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    flex-grow: 1;

    color: #000;
}
.banner_info a{
    color:#000;
}
#premium-nav-menu-item-7358{
    width:220px;
}
.cta-section-home figure a{
    display: block;
}
.top_header_section .elementor-widget-container,.top_header_Section .elementor-widget-container{
        display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 5px;
    align-content: center;
    vertical-align: middle;
    color:#fff;
}
.top_header_section .elementor-widget-container p,.top_header_Section .elementor-widget-container p{
    margin-bottom: 0;
}
.service-content .arrow {
   font-size: 24px;
        font-weight: normal;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
}
table tbody tr:nth-child(odd) td:not(:first-child), table tbody tr:nth-child(odd) th:not(:first-child) {
    border-left: 1px solid #fff;
}
table tbody tr:nth-child(odd) td,  tbody tr:nth-child(odd) th {
    background-color: #f3f9fe!important;
}
table thead th:not(:only-child):first-child {
    border-radius: 1rem 0 0 0;
}
table {
    --tableBorderColor: #f3f9fe;
    --tableRowColor: #f3f9fe;;
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 0 0 1px #f3f9fe;
}
.c-table{
    --tableBorderColor: #f3f9fe;
    --tableRowColor: #f3f9fe;;
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 0 0 1px #f3f9fe;
}
#header_search_form .elementor-search-form__container {
    background-color: #FFFFFF;
    border-color: #05C4FF;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px;
    border-radius: 30px;
    height: 40px;
    border: 1px solid #ccc;
    outline: 0;
    padding-left: 15px;
    width: 76%;
}
.px_header_menu{
    box-shadow: inherit!important;
}
.elementor-widget-theme-post-content h1,.elementor-widget-theme-post-content strong,.elementor-widget-theme-post-content h2,.elementor-widget-theme-post-content h3,.elementor-widget-theme-post-content h4{
    color:#000000;
 }
@media (max-width: 900px) {
    .service-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
.top_header_section .elementor-widget-container,.top_header_Section .elementor-widget-container{
        display: block;

        text-align: center;
}
header .swiper-slide-bg {
    
    height: 100px!important;
   
}
}