/*
   Stylesheet for Wudroz Pharma's Website
   Property of Medilance Healthcare

   Author - Medilance IT Team -- Credits(Anmol Garg, Kavan Patel, Mohit Bagdi)
   Contact - it@medilance.in


   Copyright 2022. All Rights Reserved
   Any Plagriazation Subject to Legal Actions
*/

.wcs-1-1{
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.wcs-1-1 h1{
    margin: 10px 0px 10px 0px;
}



form{
    margin: 0px 10px;
}

form h1{
    margin: 0px 0px 10px 10px ;
}

.wcs-f{
    display: flex;
}

::placeholder{
    color: #000000 !important;
}
 
.wcs-f input{
    padding: 10px 20px;
    margin: 10px;
    outline: none;
    border: 1px  solid gray;
    border-radius: 7px;
}
 
.wcs-button:hover{
    background-color: #d2f148;
    color: #000000;
    transition: 0.7s;
    cursor: pointer;
}

textarea{
    margin-top: 10px;
    padding: 10px;
    height: 107px;
    border-radius: 7px;
}

.wcs-button{
    background-color: rgb(0, 162, 255);
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    outline: none;
    border-radius: 7px;
    cursor: pointer;
}

@media only screen and (max-width:900px){
    .wcs-f{
        flex-direction: column;
    }

    form{
        margin: 0px;  
    }

    .wcs-1-1{
        display: flex;
        flex-direction: column;
        width: 300px;
        margin: 0px auto;
        padding: 20px;
    }
    
}
