
.img1 {
    width: 200px;
    height: 200px;
border-radius:15px
  
}

.about-img{
    border-radius:15px;
    width:150px;
    height:150px
}
.about-para{
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
}
@media only screen and (min-width:320px) and (max-width:767px){
    .company-detail{
        flex-direction: column-reverse;
    }
}
.about-img{
    width:70px;
    height:70px
}

.about-para{
    font-size:20px;
    font-weight:400;
    color:rgb(46 45 45);
    text-align: justify;
    /*letter-spacing: 0.5px;*/
    /*line-height: 33px;*/
    
}

.about-para-img{
    width:85px;
    height:85px
}

.text-aboutus{
    font-size:19px;
    font-weight:400;
    color:rgb(34 33 33);
    text-align: justify;
    /*letter-spacing: 0.5px;*/
}

  .about-display{
    display:flex
} 
/* @media only screen and (min-width:320px) and (max-width:768px){
    .about-display{
        display:block
    } 
}

.about-heading{
    margin-left:30px;
    margin-top:10px
}

@media only screen and (min-width:320px) and (max-width:768px){
    .about-heading{
        margin-left:0px;
        margin-top:20px
    }
}
@media only screen and (min-width:320px) and (max-width:768px){
    .img-display{
        text-align: center;
    }
}  */

.cust-text{
    font-size: 13px;
    font-weight: 500;

}
.custom-label-fm{
    font-size: 17.5px;
    font-weight: 500;
}
.custom-input-fm{
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
    border-bottom: solid 1px blue;
    border-top: none;
    /*border-left: none;
    border-right: none;*/
}

.custom-bg{
    border-top: solid 5px #ff6f00;
background: rgb(32,130,240);
background: linear-gradient(240deg, rgba(32,130,240,0.6222864145658263) 12%, rgba(64,212,168,0.5886729691876751) 100%);
padding: 30px;
border-radius: 11px;
}

@media only screen and (min-width: 320px) and (max-width: 767px){
 .custom-bg{
  background: rgb(32,130,240);
background: linear-gradient(240deg, rgba(32,130,240,0.6222864145658263) 12%, rgba(64,212,168,0.5886729691876751) 100%);
padding: 5px;
}   
}

.submit-button{
  background-color: #4059d4;
color: white;
border:solid 2px #4059d4;
border-radius: 10px;
}
.submit-button:hover{
    color: #4059d4;
    border: solid 2px #4059d4;
    background-color: #ffffff;
}