.body{
    position: relative;
}
.contact-us-hero-section{
    background-image: url(../src/img/contact-us-banner.png);
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
 
}
.section-heading{
    padding-top: 50px;
}

.inquiry-btn{
    position: fixed;
    right: 0%;
    top: 70%;
    width: 90px;
    height: 130px;
    border-top-left-radius: 10px ;
    border-bottom-left-radius: 10px ;
    cursor: pointer;
    z-index: 1;
}

@media screen and (max-width: 768px){
    .masala-hero-section{
        height: 100%;
        max-height: 200px !important;
        
    }
    .inquiry-btn{
       visibility: hidden !important;

     }
    .section-heading{
        padding-top: 40px !important;

     }
}
@media only screen and (min-width: 769px) and (max-width: 993px) {
    .section-heading{
        padding-top: 100px !important;

     }
}

.bg-2{
    background-color:#e8ecf3 !important ;
}

.svg-contact-us{
    background-color: white;
    padding: 9px;
    border-radius: 100%;
    
}
.text-contact-us{
    color: #053D87;
}

.footer-margin .footer{
    margin-top: 40px;

}