.contact-bg-main{ display: flex; width: 100%; }
.contact-bg-main .contact-phone { background-color: #0269A6; width: 88%; display: flex; padding: 20px; }
.contact-bg-main .contact-mail-content { background-color: #279044; width: 100%; display: flex; padding: 20px; }
.contact-bg-main .contact-details { display: flex; flex-direction: column; justify-content: center; margin: 0px 10px; color: #fff; }
.contact-details .contact-phone-lable { font-size: 16px; margin-bottom: 6px; } .contact-bg-main .contact-phone .contact-details { padding-left: 30px; }
.contact-details .contact-phone-number { font-size: 27px; font-weight: bold; } .contact-plus { padding: 30px; display: flex; justify-content: center; align-items: center; }


