
  .contact_page h3 ,.contact_page{
        font-size: 24px;
        font-weight: 400;
        font-style: normal;
        color: #181e3e;
        font-display: swap;
        letter-spacing: 1px;
  }
  .contact_page h3:after ,.contact-detail-heading h3:after{
  
    display: block;
    content: '';
    border-bottom: 2px solid #181e3e;
    font-weight: 900;
    left: 0;
    right: 0;
    width: 157px;
    line-height: 1px;
    height: 1px;
    position: relative;
    top: 0px;
    font-size: 15px;
    letter-spacing: -1px;
    margin: auto;
    padding: 15px 0px;
}
.contact_page {
    background-image: url("../image/contact-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 314px;
    
}
.contact_page .contact-content {
   
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_page .contact-content p {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #181e3e;
    padding: 0px 20px;
    width: 70%;
    margin: 55px auto 0px;
}
.contact-details .d-flex {
    justify-content: space-between;
    padding: 50px 0px;
    align-items: center;
    flex-wrap: wrap;
}
.phone-details .d-flex{
    gap:25px;
    justify-content: center !important;
    align-items: flex-start !important;
}
.contact-detail-heading h3:after {
    margin: 0px 0px 0px 100px !important;
    padding: 5px 0px !important;
}
.phone-details {
    flex: 0 0 20%;
    border-left: 1px solid #ccc;
    padding: 0px 10px;
}
.phone-details:nth-child(1) {
    border-left: none;
  }
.contact-details {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ddd;
   margin-bottom: 96px;
   margin-top: -5px;
}
.phone-details h5 {
    color: #181e3e;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
}
.phone-details a {
    color: #181e3e;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
}
.phone-details p {
    color: #181e3e;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
}
.phone-details .details-box{
    margin-top:25px;
    white-space: nowrap;
}
.contact-detail-heading.phone-details.text-center h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #181e3e;
}