
.contact-page .bg-primary, .contact-page .btn-primary {
  background-color: #0099dc !important;
  color: #fff;
}
.contact-page .heading-page{
    margin-bottom: 15px !important;
}
.contact-page a{
  color: rgba(255, 255, 255, 0.8) !important;
}
.contact-page .info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.align-items-center {
    /* -webkit-box-align: center !important; */
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.contact-page .info-wrap .dbox .pl-3, .px-3{
  max-width: 80%;
}
.contact-page .p-md-5{
  padding-right: 0px !important;
}