.no-margin{
    margin: 0;
}
.contact-form input, .contact-form select{
    border: none;
    border-bottom: 2px solid #808080;
    border-radius: 0;
    padding: 8px 0;
    margin: 90px 0 0 ;

    font-family: 'General Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;

    color: #808080;
}
.fast-contact{
    max-width: 300px;
    margin: 0 10px;
}
.sm-head div{
    display: flex;
    align-items: center;
    font-family: 'General Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;

    color: #404040;
}
.sm-head div img{
    width: 24px;
    margin-right: 10px;
}
.sm-contact{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sm-contact img{
    width: 24px;
    margin-right: 10px;
}
.sm-contact div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;

    font-family: 'General Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.02em;

    color: #545454;
}
.sm-contact .contact-act{
    margin-top: 20px;
}
.contact-act img{
    position: relative;
    top:5px;
}
.form-control:focus{
    box-shadow: none;
    border-color: #000;
}

/*modal*/
#modal-enq, .close-enq{
    cursor: pointer;
}
.modall{
    background-color: rgb(255, 241, 207,0.5);
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;

    width: 100%;
    height: 100vh;
}

.mm-form{
    border-radius: 10px;
    box-shadow: 0px 0px 8px #8e8e8e;
}
.m-form{
    padding: 25px 60px;
}
.m-form .form-control{
    margin: 30px 0 0 0 ;
    border: none;
    padding: 10px 20px;
    
    
    font-family: 'General Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.02em;

    color: #8E8E8E;
}
.form-control option{
    color: #8E8E8E;
}
.mm-form hr{
    margin: 0!important;
}
.form-head{
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*modal*/

.imp-info{
    display: flex;
    align-items: center;
}
.imp-info img{
    width: 24px;
    margin-right: 10px;
}
.alert-success{
    text-align: center;
    margin: 25px auto 0px;
    max-width: 400px;

    font-family: 'General Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.02em;

}

.check input{
    margin: 10px 10px 0 0 ;   
}
.pr .yellow{
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 5px;
}

.file-btn{
    margin-top: 50px;
    background: #FFFFFF;
    border: 1px solid #E82720;
    border-radius: 10px;
    padding: 14px 25px;

    font-family: 'General Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;
    max-width: 160px;
    max-height: 50px;

    text-align: center;
    color: #E82720;
    overflow: hidden;
}
.file-btn input[type="file"]{
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    transform: scale(3);
    cursor: pointer;
    opacity: 0;
}

.mo-add{
    display: none;
    background-color: rgb(255, 241, 207,0.5);
    z-index: 1299;
    position: fixed;
    top: 0;

    width: 100%;
    height: 100vh;
}
.pop{
    width: 40%;
}
.pop .close-enq{
    width: 30px;
    float: right;
    position: relative;
    right: -30px;
}
.mo-add img{
    width:100%;
}

/*responcive*/
@media only screen and (max-width: 1180px){}
@media only screen and (max-width: 1080px){}
@media only screen and (max-width: 992px){}
@media only screen and (max-width: 990px){}
@media only screen and (max-width: 880px){}
@media only screen and (max-width: 768px){
    .form-head {
        width: 350px;
    } 
    .m-form {
        padding: 25px 40px;
    }
    .pop{
        width: 80%;
    }

}
/*mobile*/
@media only screen and (max-width: 767px){}
@media only screen and (max-width: 485px){
    .file-btn input[type="file"]{
        transform: scale(15);
        opacity: 0;
    }
}
@media only screen and (max-width: 420px){}
@media only screen and (max-width: 400px){}
@media only screen and (max-width: 320px){}
@media only screen and (max-width: 280px){}