/*
   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
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "open sans", sans-serif;
}

main {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.was-1 {
    width: 70%;
    padding: 20px;
}

.was-1 h1 {
    padding: 0px 20px;
    font-size: 30px;
}

.was-1-2  {
    display: flex;
}

.was-1-2-1 img {
    width: 400px;
}

.was-1-2  div {
    padding: 20px;
}

.was-2 {
    display: flex;
}

.was-2 {
    display: flex;
}

.was-2-2 {
    margin: 30px;
}

.was-2-1 img {
    width: 50vw;
}

.was-2-2 p {
    color: gray;
    margin-top: 95px;
}
.was-1-2-2 p {
    color: gray;
}

.was-2-2 h1 {
    text-align: center;
    font-size: 35px;
    margin: 0px 20px 20px 20px;
}

.was-3 {
    background: url('../images/abc.jpg');
    background-attachment: fixed;
    background-size: cover;  
    min-height: 600px;
    padding: 90px 50px;
 
}
 
.was-3 div {
    margin-left: 300px;
    width: 350px;
    background-color: white;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.was-3 div h1 {
    font-size: 40px;
    color: blueviolet;
    font-weight: normal;
    margin-bottom: 20px; 
}

.was-3 div p {
    font-size: 19px;
    color: gray;
    margin-bottom: 10px;
}

.was-3 div a {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;           
    background-color: blueviolet;
    color: white;
}


.fixed {
    background-color: #1d67cd;
    padding: 13px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: fixed;
    right: -40px;
    top: 50%;
    transform: rotate(270deg) translate(0, 50%);
    font-family: "open sans", sans-serif;
    z-index: 2;
}

.fixed span a {
    font-size: 22px;
    font-weight: bold;
    color: white;
    text-decoration: none;


}






@media only screen and (max-width:1200px) {
    

    .was-1 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding: 20px;
    }

    .was-1 h1 {
        padding: 0px;
        font-size: 30px;
    }

    .was-1-2 ,
    .was-2 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .was-2-1 img {
        width: 90vw;
    }


    .was-1-2  div {
        padding: 20px 0px;
    }

    .was-3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .was-3 div {
        margin-left: 0px;
        width: 350px;
    }


    .was-1-2-1 img {
        width: 300px;
    }

}






@media only screen and (max-width:400px) {
    .was-3 div {
        margin-left: 0px;
        width: 280px;
       
    }
}