@media screen and (max-width:768px) {  

.social-links{

    display: none;
}

.about-sec .about-content{
    margin-top: 30px;
}

.about-content p{
    text-align: justify;
}
.service-head p {
    margin-top: 14px;
    color: #555555;
    text-align: center;
    font-size: 16px;
}
.faq-content p{
    text-align: justify;
}

.accordion{
    margin-top: 30px;
}
.accordion-body{
    text-align: justify;
}
.team-head p br{
    display: none;
}

.team-head p {
   font-size: 14px;
}

.artical-head p br{
    display: none;
}

.artical-head p {
    margin-top: 15px;
    color: #555555;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-box p{
    text-align: justify;
}
.header-details .call{
    justify-content: space-between;
    width: 100%;
    gap: inherit;
}
.call h5 a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
.faq-head h2{
    font-size: 30px;
}
.banner-content{
    bottom: 0px;
}
.banner-content h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.footer-para{
    text-align: justify;
    font-size: 15px;
}
.banner-content h6 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
#fixed-social a {
    color: #fff;
    display: block;
    height: 30px;
    position: relative;
    text-align: center;
    line-height: 30px;
    width: 30px;
    margin-bottom: 1px;
    z-index: 22222;
}

#fixed-social {
    position: fixed;
    top: 250px;
    z-index: 111;
}

#fixed-social a:hover>span {
    visibility: visible;
    left: 32px;
    opacity: 1;
}
#fixed-social a span{
    line-height: 30px;
}

.about-sec{
    padding-bottom: 0px;
}
.features {
    margin-top: 15px;
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
}

.banner-content {
    padding-top: 80px;
    padding-bottom: 20px;
    padding-left: 0px;
    text-align: center;
}
.banner-inner-service{
 background-position: left;
}
.banner-inner{
    background-position: left;
}
.carousel-inner{
    margin-top: 4rem!important;
}
.partners-heading h3 {
    font-size: 25px;
    font-weight: 700;
    color: #876219;
}
.clients-logo{
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}
#mobile-part{
     display: none;
}

#desktop-part{
    display: block;
}
}
@media screen and (max-width:991px){
.footer-icons-fixed{
    display: none;
}
.about-content{
    margin-top: 0px;
    padding-left: 0px;
}
.vision-sec .about-img img{
    display: none;
}
.star-fixed{
    display: none;
}
.christmas-stars{
    display: none;
}
.service-head br{
    display: none;
}
.service-box {
   
    border: 1px solid #e3e3e3;
}
.artical-head h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.team-head h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.testimonial-head h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}
.service-head h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.faq-head h2 {
    font-size: 30px;
    text-align: center;
}
.service-content-inner{
    box-shadow: 0px!important;
    padding: 0px!important;
    background-color: transparent!important;
}

}

@media screen and (max-width:1150px){
    .nav-link {
        font-size: 15px;
        color: #000;
        text-transform: uppercase;
        font-weight: 500;
        padding: 10px 10px !important;
    }
}

@media  screen and (max-width:500px) {
    .annual-general-box .row{
        align-items: center;
        border: 1px solid #b1b1b1;
        padding: 5px 0px;
        gap: 5px;
      }
}