.navbar-light .navbar-nav .nav-link {
     margin-right: 10px;
     letter-spacing: 1px;
     font-size: 16px;
}


.footer-section {
    background-color: #e3001b;
    color: #fff;
    padding: 20px;
    margin-top: 40px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-content p {
    font-size: 1rem;
}
.contact-details {
    flex: 1;
    margin: 10px;
    text-align: left;
    padding: 0 8%;
    border-left: 1px solid #e7d7d7;
    border-right: 1px solid #e7d7d7;
}
.contact-logo{
    padding-right: 5%;
}
.logo {
    position: absolute;
    top: -2em;
}
.certification-logo {
   /*padding-left: 5%;*/
}
.certification-logo img {
    width: 100%;
    height: auto;
    margin: 0px;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 0.875em;
    border-top: 1px solid #e7d7d7;
}
.footer-bottom p{
    margin-top: 1%;
    font-size: 1rem;
}

.mobileonly2{
    display: none;
}

.container22 {
    position: relative;
    width: 100%;
    max-width: 342px;
    /* height: 350px; */
    overflow: hidden;
    /* margin: 20px auto; */
    /* border: 1px solid #ccc; */
    /* border-radius: 10px; */
}
.bg-secondary {
    background-color: #ffffff42 !important;
}
   
.d-none {
     padding-top: 98px;
    display: block !important;
}
@media only screen and (max-width: 767px) {
    ul li h4{
       font-size: 18px; 
         text-align: center;
   }
.display-5.text-white{
    color: #fff !important;
    text-align: center;
    font-size: 18px;
}
.footer-content{
    justify-content:center;
}
.contact-details {
   
     border-left:none; 
     border-right:none; 
}
}