*{
    margin: 0px;
    padding: 0px;
}

.slider-4{
    background-color: saddlebrown;
    height: 415px;
}
.slider-5{
    background-color: saddlebrown;
    height: 415px;
}
body{
    font-family: 'Baloo Bhaijaan 2', cursive;
}
.just{
    text-align: justify;
}
.contact_bg{
    background-image: url(../images/top-contact-us-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section_about{
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.section_about1{
    padding-top: 20px;
    padding-left: 40px;
    /* padding-right: 0px; */
    padding-bottom: 20px;
}
.section_about11{
    margin-top: 150px;
}
.section_about2{
    padding-top: 20px;
     padding-left: 50px; 
    padding-right: 70px;
    padding-bottom: 20px;
}
.section_about22{
    margin-top: 40px;
}
.work_section{
    padding: 0px 50px;
}
.section_feedback{
    padding: 20px 90px;
}
a{
    color: white;
    text-decoration: none;
}
a:hover{
    color: rgb(172, 87, 87);
}


.logo_col{
    color: crimson;
}
footer a{
    color: white;
    text-decoration: none;
}
footer a:hover{
    color: rgb(192, 120, 120);
    text-decoration: none;
}
.mmdigital_navbar2{
    height: 30px;
}
.navbar2{
    border-bottom: 2px solid #b1b8bf;
    height: 70px;
}
img {
    width:100%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 5px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: black;
    cursor: pointer;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }
@media only screen and (max-width: 991px) {
    .contact_bg{
        background-image: url(../images/top-contact-us-banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section_about11{
        margin-top: 10px;
    }
    .slider-4{
        background-color: saddlebrown;
        height: 150px;
        background-size: cover;
    }
    .slider-5{
        background-color: saddlebrown;
        height: 150px;
        background-size: cover;
    }
    
  }