.contact-info-outer{padding-bottom: 60px; z-index: 1;  position: relative;}
.contact-block{text-align: center; position: relative;}
.contact-block-strip:after{position: absolute; right: -40%; top:0; width: 332px; height: 116px;  content: '';}
.contact-block-strip-1:after{position: absolute; right: -45%; top:0; width: 331px; height: 114px; content: '';}
.contact-icon{width: 130px; height: 130px; margin: 0 auto 34px; box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.08); display: flex; align-items: center; justify-content: center; position: relative;}
.contact-icon::after{position: absolute; left: -23px; top:-21px; width: 194px; height: 194px; content: ''; z-index: -1; }
.contact-info-heading{font-size: 24px; font-weight: 700;max-width: 240px;margin: auto;line-height: 1.1; margin-bottom: 12px;}
.contact-block .contact-info-heading a{text-decoration: none;}
.contact-block a{text-decoration: underline;}
#openChatbot {color: #048273; text-decoration: underline;}
@media only screen and (max-width: 1440px) {
.contact-info-outer{padding-bottom: 40px;}    
.contact-info-outer p br{display: none;}
.contact-block-strip:after, .contact-block-strip-1:after{width: 245px; height: 89px;}
@media only screen and (max-width: 1199px) {
.contact-icon {width: 110px; height: 110px;}
.contact-icon::after{width: 173px;}
.contact-block-strip:after, .contact-block-strip-1:after {width: 232px; height: 85px;}
.contact-info-heading {font-size: 21px;}
}
@media only screen and (max-width: 991px) {
.contact-info-outer { padding-bottom: 30px;}
.contact-info-heading{font-size: 22px;}
.contact-block-strip:after, .contact-block-strip-1:after {width: 165px;height: 60px;}
.contact-icon {width: 90px;height: 90px;}
.contact-icon img{max-width: 42px;}
.contact-icon::after{width: 150px;}
}
@media only screen and (max-width: 767px) {
.contact-icon {width: 76px; height: 76px;  }
.contact-icon img {max-width: 36px; }
.contact-icon::after { width: 125px;height: 114px;left: -19px;top: -17px;}
.contact-info-heading { font-size: 18px;}
.contact-block-strip:after, .contact-block-strip-1:after { width: 117px;height: 50px;}
}
@media only screen and (max-width: 575px) {
.contact-block-strip:after, .contact-block-strip-1:after{display: none;}
.contact-block {margin-bottom: 28px;text-align: left;padding-left: 80px;}
.contact-info-heading {margin: 0 0 10px 0;}
.contact-block p {margin-bottom: 5px;}
.contact-icon{margin: 0; width: 60px; height: 60px; position: absolute; left: 0;}
.contact-icon img {max-width: 29px;}
.contact-icon::after {width: 95px;height: 84px;left: -13px;top: -11px;}
.contact-block .contact-info-heading a{display: block;}
.contact-info-outer{padding-bottom: 25px;}
}