        .banner__home {
    background: #fb4f56;
    padding: 17px 0px 17px 0px;
}
.banner h3 {
    font-size: 23px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0px;
}
.banner__second {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
}
.banner__third {
    text-align: end;
}
.banner__third a {
        padding: 10px 20px;
    background: white;
    color: #162b40;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 13px;
    letter-spacing: 0.2px;
}
.banner__service {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff 0%, #fb4f56 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 50px 0px 185px 0px;
}
.breadcrumb ul{
    display: flex;
    gap: 5px;
}
.breadcrumb ul a {
    color: #a1a2a4;
}
.title__blog {
    text-align: center;
    margin-top: 40px;
}
.title__blog p {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 23px;
    letter-spacing: 0px;
    color: rgba(22,43,64,0.6);
    padding-top: 15px;
}
.map {
    margin-top: -130px;
}
#sub_mit {
    font-size: 12px;
    font-weight: bold;
    background-color: #fb4f56;
    color: #162b40;
    text-decoration: none;
    padding: 11px 59px 13px 60px;
    border-radius: 0px 0px 0px 0px;
    margin: 0.8% 0% 0% 41.4%;
    border: none;
}
#contact_reset {
    display: none;
}



