/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2026 | 19:56:25 */
/* #f8f9fa */

.numberList ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}
.numberList ul li:before {
    margin-right: 7px;
    content: '1';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0096d6;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.sliderimgs {
    width: 100%;
    height: 100%;
}
.sliderimgs .et_pb_slider_container_inner .et_pb_slide_image img {
    width: 100%;
    max-height: unset !important;
    height: 390px !important;
    object-fit: contain;
}
.sliderimgs .et_pb_slide{
	padding: 0 !important;
}
.topbarIocnsrow {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: flex-end;
}
.topbarIocnsrow .et_pb_module {
    margin: 0 !important;
}
.newerror .cusform_new .form-group input {
    border: 1px solid #555 !important;
}
.topbarIocnsrow .et_pb_icon .et_pb_icon_wrap span {
	cursor: pointer;
    background-color: #fff;
    color: #000 !important;
    font-size: 16px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 50%;
    transition: all .3s ease;
}
.topbarIocnsrow .et_pb_icon.active .et_pb_icon_wrap span, .topbarIocnsrow .et_pb_icon:hover .et_pb_icon_wrap span {
    background-color: #0096d6 !important;
    color: #fff !important;
}
.sliderimgs .et_pb_slider_container_inner .et_pb_slide_description {
    display: none;
}
.sliderimgs .et_pb_slider_container_inner .et_pb_slide_image {
    margin: 0 !important;
}
.cusbtns_new button {
    background-color: #0096d6;
    color: #fff;
    border: 1px solid #0096d6;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 35px;
    font-size: 20px;
    margin-right: 16px;
    display: inline-block;
    border-radius: 7px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .4);
    cursor: pointer;
    transition: all .4s ease;
}
.cusbtns_new button:hover {
    box-shadow: 0px 4px 9px rgba(0, 0, 0, .7);
    transform: scale(1.05);
    background-color: #094171;
    border-color: #094171;
}