@media screen and (max-width: 800px) {

 .top-hd::before{
    width:0%;
 }

 .top-hd .phone-mail ul li{
    margin-right: 21px;
    font-size: 14px;
   
 }

 .top-hd .social-media{
    justify-content: start;
 }
 .top-hd .social-media ul{
    padding-left: 0px;
 }
 .social-media{
    padding-top: 10px;
 }
 .top-hd .social-media ul li a{
    background-color: #000000;
    border-radius: 6px;
 }
 .bg-body-tertiary{
    padding-bottom: 20px;
 }

 .hero-style .slide-title h3{
    font-size: 22px !important;
    letter-spacing: 0px !important;
 }

 .welcome-sec, .vision-mission-sec, .services-sec, .why-sec, .footer-sec, .contact-sec  {
    padding: 50px 0px 50px 0px;
}
.welcome-sec h5{
    margin-top: 50px;
}
.welcome-sec h2, .services-sec h2, .why-sec h2{
    font-size: 34px;
}
.footer-sec h3{
    font-size: 22px;
    margin-top: 10px;
}
.services-sec h4{
    font-size: 20px;
}
.sub-hd h2 {
    font-size: 42px;
}
.contact-sec h2{
    font-size: 32px;
}
.contact-sec .box h3{
    font-size: 22px;
}
.contact-sec .box i {
    color: #ce281a;
    background-color: #ffffff;
    /* padding: 17px; */
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-sec .frm-box {
    
    padding: 30px 10px 70px 10px;
}
.logo img{
    width: 25%;
    margin-bottom: 20px;
}
}


@media screen and (max-width: 600px) {

 .top-hd .phone-mail ul{
    margin: auto;
    display: table;
 }
  .top-hd .phone-mail ul{
   margin-left: 0px !important;
 }
 .navbar-brand img{
    width: 180px !important;
 }

 .top-hd {
    background-color: #1c1c1c;
  
}
.top-hd .phone-mail ul li{
  font-size: 12px;
}
.logo-sec{
   display: none;
}
}