@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Sofia Pro';
    src: url('../Font/sofiapro-light.otf');
}
.contact-border{
    background: #FFFFFF;
box-shadow: 2px 1px 26px -7px #E7F5FF;
border-radius: 7px;
}
.contact-border{
    font-family: 'Sofia Pro';
}
.contact-border h4{
    font-size: 2rem;
    font-weight: 600;
}
.contact-border label{
    font-size: 1.2rem;
    font-weight: 600;
}
.contact-border p{
    font-size: 1rem;
    font-weight: 400;
}
.contact-border textarea{
    font-size: 1rem;
    font-weight: 400;
}
.contact-align{
    font-family: 'Sofia Pro';
}
.contact-align h2{
    font-size: 2rem;
    font-weight: 600;
}
.contact-align h6{
    font-size: 1.3rem;
    font-weight: 300;
    color: rgba(120, 103, 103, 1);
}
.contact-align span{
    font-size: 1.1rem;
    font-weight: 300;
    color: rgba(120, 103, 103, 1);
}
.contact-border form{
    padding: 2rem 4rem;
}
.contact-align{
    padding: 2rem 4rem !important;
}
.sales{
    padding: 3rem;
}
.img-fluid{
    margin: 0 3rem;
}

.bg-nepal{
 padding: 0.37rem;
background: rgba(209, 209, 209, 0.28);
border: 1px solid #D1D1D1;
border-radius: 5px 0px 0px 5px
}
.privacy{
    font-weight: 700;
    color:black !important;
}
@media screen and (max-width:500px) {
    .sales{
        padding: 0.5rem !important;
    }
    .img-fluid{
        margin: 0 1rem !important;
    }
    .contact-align{
        padding: 0rem !important;
    }
    .contact-border form{
        padding: 0.5rem;
    }
}
